feat!: Upgrade to Binaryen v130 - #281
Open
spotandjake wants to merge 1 commit into
Open
Conversation
spotandjake
force-pushed
the
spotandjake/v130
branch
from
September 1, 2026 23:54
0496669 to
d04f8fd
Compare
ospencer
force-pushed
the
spotandjake/v130
branch
from
September 2, 2026 02:12
d04f8fd to
f9e3c6c
Compare
ospencer
force-pushed
the
spotandjake/v130
branch
from
September 2, 2026 16:26
f9e3c6c to
b4602d5
Compare
ospencer
force-pushed
the
spotandjake/v130
branch
from
September 2, 2026 18:23
b4602d5 to
184e2ea
Compare
spotandjake
force-pushed
the
spotandjake/v130
branch
from
September 3, 2026 15:27
184e2ea to
b785332
Compare
spotandjake
force-pushed
the
spotandjake/v130
branch
from
September 3, 2026 17:28
b785332 to
9e28736
Compare
Full Diff: WebAssembly/binaryen@version_129...version_130 API Additions: * Module.Feature.WideArithmetic * Op.add_int128 * Op.sub_int128 * Op.mul_wide_sint64 * Op.mul_wide_uint64 * Op.relaxed_laneselect_i8x16 * Op.relaxed_laneselect_i16x8 * Op.relaxed_laneselect_i32x4 * Op.relaxed_laneselect_i64x2 * Op.relaxed_dot_i8x16_i7x16_add_s_to_vec_i32x4 * Op.relaxed_dot_i8x16_i7x16_s_to_vec_i16x8 * Passes.mark_js_called * Passes.print_boundary * Passes.remove_exports API Changes: * API Removals: * Op.laneselect_i8x16 * Op.laneselect_i16x8 * Op.laneselect_i32x4 * Op.laneselect_i64x2 * Op.dot_i8x16_i7x16_add_s_to_vec_i32x4 Changes not made: * BinaryenPromoteLowVecF16x8ToVecF32x4: was not added as it was not added to the js api * BinaryenWide functions as this is probably best done in it's own pr given it's an entirely new api, we should probably open an issue for these however NOTE: This is blocked on libbinaryen v130 releasing
ospencer
force-pushed
the
spotandjake/v130
branch
from
September 3, 2026 19:32
9e28736 to
e603266
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full Diff: WebAssembly/binaryen@version_129...version_130
API Additions:
API Removals:
Changes not made:
NOTE: This is blocked on libbinaryen v130 releasing