Skip to content

v0.43.1 - 2025-03-29

Compare
Choose a tag to compare
@Robbepop Robbepop released this 29 Mar 16:06
· 111 commits to main since this release
v0.43.1
355c7ae

Fixed

  • Add missing WasmTy implementation for V128 #1437
    • This prevented using V128 parameters and results in the TypedFunc API.
    • Note that it was still possible to use V128 with the Func::call API.
  • Fixed a bug executing i8x16.replace_lane with immediate parameter. #1444