We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe5ec8 commit d66d124Copy full SHA for d66d124
CHANGELOG.md
@@ -8,6 +8,17 @@ Additionally we have an `Internal` section for changes that are of interest to d
8
9
Dates in this file are formattes as `YYYY-MM-DD`.
10
11
+## [`0.41.1`] - 2025-03-11
12
+
13
+### Fixed
14
15
+- Fixed a Wasmi CLI crash when using `.wat` formatted Wasm files. [#1385]
16
+- Fixed a crash when translating `memory.grow` with an `i64.const` delta parameter. [#1384]
17
+ - Note: this can only occur when using the Wasm `memory64` proposal.
18
19
+[#1384]: https://github.com/wasmi-labs/wasmi/pull/1384
20
+[#1385]: https://github.com/wasmi-labs/wasmi/pull/1385
21
22
## [`0.41.0`] - 2025-03-10
23
24
### Added
0 commit comments