v0.42.0 - 2025-03-11
Added
- Added support for the Wasm
wide-arithmetic
proposal. #1369- The
wide-arithmetic
proposal is disabled by default inwasmi
library and enabled by default in the Wasmi CLI.
- The
Changed
- Optimized memory accesses with a constant
ptr
value. #1381
Internal
- Update
wasm-tools
dependencies from v226 to v227. #1380