Skip to content

v0.42.0 - 2025-03-11

Compare
Choose a tag to compare
@Robbepop Robbepop released this 11 Mar 20:18
· 48 commits to main since this release
v0.42.0
bec7883

Added

  • Added support for the Wasm wide-arithmetic proposal. #1369
    • The wide-arithmetic proposal is disabled by default in wasmi
      library and enabled by default in the Wasmi CLI.

Changed

  • Optimized memory accesses with a constant ptr value. #1381

Internal

  • Update wasm-tools dependencies from v226 to v227. #1380