Skip to content

Commit 17bed8f

Browse files
authored
Add changelog for Wasmi v0.43.1 (#1445)
add changelog for v0.43.1
1 parent a40e374 commit 17bed8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ 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.43.1`] - 2025-03-29
12+
13+
### Fixed
14+
15+
- Add missing `WasmTy` implementation for `V128` [#1437]
16+
- This prevented using `V128` parameters and results in the `TypedFunc` API.
17+
- Note that it was still possible to use `V128` with the `Func::call` API.
18+
- Fixed a bug executing `i8x16.replace_lane` with immediate parameter. [#1444]
19+
20+
[#1437]: https://github.com/wasmi-labs/wasmi/pull/1437
21+
[#1444]: https://github.com/wasmi-labs/wasmi/pull/1444
22+
1123
## [`0.43.0`] - 2025-03-27
1224

1325
### Added

0 commit comments

Comments
 (0)