Skip to content

Commit d66d124

Browse files
committed
add release notes for v0.41.1
1 parent 3fe5ec8 commit d66d124

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Additionally we have an `Internal` section for changes that are of interest to d
88

99
Dates in this file are formattes as `YYYY-MM-DD`.
1010

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+
1122
## [`0.41.0`] - 2025-03-10
1223

1324
### Added

0 commit comments

Comments
 (0)