binaryen 124.0.0 → 125.0.0-nightly.20251121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -837,8 +837,7 @@ Creates a call to a function. Note that we must specify the return type here as
837
837
  * Module#i16x8.**load8x8_u**(offset: `number`, align: `number`, ptr: `ExpressionRef`): `ExpressionRef`
838
838
  >
839
839
  * Module#i32x4.**splat**(value: `ExpressionRef`): `ExpressionRef`
840
- * Module#i32x4.**extract_lane_s**(vec: `ExpressionRef`, index: `number`): `ExpressionRef`
841
- * Module#i32x4.**extract_lane_u**(vec: `ExpressionRef`, index: `number`): `ExpressionRef`
840
+ * Module#i32x4.**extract_lane**(vec: `ExpressionRef`, index: `number`): `ExpressionRef`
842
841
  * Module#i32x4.**replace_lane**(vec: `ExpressionRef`, index: `number`, value: `ExpressionRef`): `ExpressionRef`
843
842
  * Module#i32x4.**eq**(left: `ExpressionRef`, right: `ExpressionRef`): `ExpressionRef`
844
843
  * Module#i32x4.**ne**(left: `ExpressionRef`, right: `ExpressionRef`): `ExpressionRef`
@@ -874,8 +873,7 @@ Creates a call to a function. Note that we must specify the return type here as
874
873
  * Module#i32x4.**load16x4_u**(offset: `number`, align: `number`, ptr: `ExpressionRef`): `ExpressionRef`
875
874
  >
876
875
  * Module#i64x2.**splat**(value: `ExpressionRef`): `ExpressionRef`
877
- * Module#i64x2.**extract_lane_s**(vec: `ExpressionRef`, index: `number`): `ExpressionRef`
878
- * Module#i64x2.**extract_lane_u**(vec: `ExpressionRef`, index: `number`): `ExpressionRef`
876
+ * Module#i64x2.**extract_lane**(vec: `ExpressionRef`, index: `number`): `ExpressionRef`
879
877
  * Module#i64x2.**replace_lane**(vec: `ExpressionRef`, index: `number`, value: `ExpressionRef`): `ExpressionRef`
880
878
  * Module#i64x2.**neg**(value: `ExpressionRef`): `ExpressionRef`
881
879
  * Module#i64x2.**any_true**(value: `ExpressionRef`): `ExpressionRef`
package/bin/wasm-as CHANGED
Binary file
Binary file
package/bin/wasm-dis CHANGED
Binary file
package/bin/wasm-merge CHANGED
Binary file
package/bin/wasm-metadce CHANGED
Binary file
package/bin/wasm-opt CHANGED
Binary file
package/bin/wasm-reduce CHANGED
Binary file
package/bin/wasm-shell CHANGED
Binary file
package/bin/wasm2js CHANGED
Binary file