Skip to content

Releases: wasmi-labs/wasmi

v1.0.7 - 2026/01/09

09 Jan 21:46
v1.0.7
17ef24d

Choose a tag to compare

Fixed

  • Fixed a bug that local.set fusion with some wide-arithmetic ops was working incorrectly. #1756

v1.0.6 - 2025/12/25

25 Dec 13:42
v1.0.6
b28325a

Choose a tag to compare

Fixed

  • Fixed a bug that local preservation of Wasm loops was missing. #1748
    • Thanks to davnavr for reporting the bug.

v1.0.5 - 2025/12/19

19 Dec 12:13
v1.0.5
b549a8f

Choose a tag to compare

Fixed

  • Fix a bug in the execution of i{32,64}.rem_s(MAX, -1). rev-1c3682f
    • The Wasm spec demanded to return 0 while Wasmi trapped with integer-overflow.
    • Thanks to davnavr for the detailed bug report.

v1.0.4 - 2025/12/10

10 Dec 14:47
v1.0.4
6c68cc7

Choose a tag to compare

Fixed

  • Fix Config::set_max_stack_height check. #1727

v1.0.3 - 2025/12/06

06 Dec 10:24
v1.0.3
93796ed

Choose a tag to compare

Fixed

  • Fixed a bug that Config::set_max_cached_stacks set the recursion limit instead.

v1.0.2 - 2025/12/06

06 Dec 09:43
v1.0.2
cb1089d

Choose a tag to compare

Fixed

  • Fixed a memory leak in ByteBuffer introduced in the last patch.

v0.51.5 - 2025/12/06

06 Dec 10:24
v0.51.5
60505fb

Choose a tag to compare

Fixed

  • Fixed a bug that Config::set_max_cached_stacks set the recursion limit instead.

v0.51.4 - 2025/12/06

06 Dec 09:44
v0.51.4
e00f3ca

Choose a tag to compare

Fixed

  • Fixed a memory leak in ByteBuffer introduced in the last patch.

v0.47.2 - 2025/12/06

06 Dec 09:44
v0.47.2
852223a

Choose a tag to compare

Fixed

  • Fixed a memory leak in ByteBuffer introduced in the last patch.

v0.41.3 - 2025/12/06

06 Dec 09:44
v0.41.3
9174a57

Choose a tag to compare

Fixed

  • Fixed a memory leak in ByteBuffer introduced in the last patch.