Releases: wasmi-labs/wasmi
Releases · wasmi-labs/wasmi
v1.0.7 - 2026/01/09
Fixed
- Fixed a bug that
local.setfusion with somewide-arithmeticops was working incorrectly. #1756- Thanks to louismerlin for the detailed bug report.
v1.0.6 - 2025/12/25
v1.0.5 - 2025/12/19
Fixed
- Fix a bug in the execution of
i{32,64}.rem_s(MAX, -1). rev-1c3682f- The Wasm spec demanded to return
0while Wasmi trapped withinteger-overflow. - Thanks to davnavr for the detailed bug report.
- The Wasm spec demanded to return
v1.0.4 - 2025/12/10
Fixed
- Fix
Config::set_max_stack_heightcheck. #1727- Thanks to @gramseyer for the fix!
v1.0.3 - 2025/12/06
Fixed
- Fixed a bug that
Config::set_max_cached_stacksset the recursion limit instead.- Thanks to Robert MacWha for reporting the issue.
v1.0.2 - 2025/12/06
Fixed
- Fixed a memory leak in
ByteBufferintroduced in the last patch.- Thanks to Robert MacWha for reporting the issue.
v0.51.5 - 2025/12/06
Fixed
- Fixed a bug that
Config::set_max_cached_stacksset the recursion limit instead.- Thanks to Robert MacWha for reporting the issue.
v0.51.4 - 2025/12/06
Fixed
- Fixed a memory leak in
ByteBufferintroduced in the last patch.- Thanks to Robert MacWha for reporting the issue.
v0.47.2 - 2025/12/06
Fixed
- Fixed a memory leak in
ByteBufferintroduced in the last patch.- Thanks to Robert MacWha for reporting the issue.
v0.41.3 - 2025/12/06
Fixed
- Fixed a memory leak in
ByteBufferintroduced in the last patch.- Thanks to Robert MacWha for reporting the issue.