Skip to content

v0.37.2 - 2024-10-04

Compare
Choose a tag to compare
@Robbepop Robbepop released this 04 Oct 09:50
· 138 commits to main since this release
v0.37.2
d22362a

Added

  • Added a new extra-checks crate feature to the wasmi crate. #1217

    • This improves unreachability checks in when debug-assertions or extra-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.

Fixed

  • Fixed a bug in local preservation when translating Wasm loop control flow. #1218