v0.37.2 - 2024-10-04
Added
-
Added a new
extra-checks
crate feature to thewasmi
crate. #1217- This improves unreachability checks in when
debug-assertions
orextra-checks
are enabled. - If
extra-checks
are disabled, some technically unnecessary runtime checks are no longer performed. - Use
extra-checks
if your focus is on safety, disable if your focus is on performance.
- This improves unreachability checks in when
Fixed
- Fixed a bug in local preservation when translating Wasm
loop
control flow. #1218