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 a40e374 commit 17bed8fCopy full SHA for 17bed8f
CHANGELOG.md
@@ -8,6 +8,18 @@ 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.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
23
## [`0.43.0`] - 2025-03-27
24
25
### Added
0 commit comments