Closed alexcrichton closed 4 weeks ago
Similar to how wasmtime::runtime has a few off-by-default lints turned on for it do the same for the compilation phase of wasmtime-cranelift. This is intended to help weed out lossy as casts and instead steer users to from or try_from conversions.
wasmtime::runtime
wasmtime-cranelift
as
from
try_from
Similar to how
wasmtime::runtime
has a few off-by-default lints turned on for it do the same for the compilation phase ofwasmtime-cranelift
. This is intended to help weed out lossyas
casts and instead steer users tofrom
ortry_from
conversions.