feat!: Upgrade to Binaryen v129 - #276
Open
spotandjake wants to merge 1 commit into
Open
Conversation
spotandjake
force-pushed
the
spotandjake/v129
branch
from
April 8, 2026 23:22
becea05 to
8decd94
Compare
spotandjake
force-pushed
the
spotandjake/v129
branch
from
September 1, 2026 19:23
8decd94 to
d62f275
Compare
spotandjake
force-pushed
the
spotandjake/v129
branch
from
September 1, 2026 23:15
d62f275 to
6f6b80a
Compare
spotandjake
force-pushed
the
spotandjake/v129
branch
from
September 1, 2026 23:50
6f6b80a to
c2e39b8
Compare
ospencer
force-pushed
the
spotandjake/v129
branch
from
September 2, 2026 02:12
c2e39b8 to
9888bd4
Compare
ospencer
force-pushed
the
spotandjake/v129
branch
from
September 2, 2026 16:26
9888bd4 to
55523c3
Compare
ospencer
force-pushed
the
spotandjake/v129
branch
from
September 2, 2026 18:23
55523c3 to
fd5480b
Compare
spotandjake
force-pushed
the
spotandjake/v129
branch
from
September 3, 2026 15:27
fd5480b to
f9394fe
Compare
spotandjake
force-pushed
the
spotandjake/v129
branch
from
September 3, 2026 17:19
f9394fe to
fde9405
Compare
Full Diff: WebAssembly/binaryen@version_128...version_129 API Additions: * Data_segment * Data_segment.get_num_segments * Data_segment.get_segment * Data_segment.get_segment_by_index * Data_segment.get_segment_name * Data_segment.get_segment_byte_offset * Data_segment.get_segment_byte_length * Data_segment.get_segment_passive * Data_segment.get_segment_data * Module.Feature.multibyte API Changes: * Table.add_table -> Now takes an optional `init` expression API Removals: * Memory.get_num_segments -> became Data_segment.get_num_segments * Memory.get_segment_byte_offset -> became Data_segment.get_segment_byte_offset * Memory.get_segment_passive -> became Data_segment.get_segment_passive * Memory.get_segment_data -> became Data_segment.get_segment_data NOTE: This needs the prs for v126, v127 & v128 merged first. This is blocked on libbinaryen v129 releasing
ospencer
force-pushed
the
spotandjake/v129
branch
from
September 3, 2026 19:32
fde9405 to
92099c6
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_128...version_129
API Additions:
Data_segment
Data_segment.get_num_segments
Data_segment.get_segment
Data_segment.get_segment_by_index
Data_segment.get_segment_name
Data_segment.get_segment_byte_offset
Data_segment.get_segment_byte_length
Data_segment.get_segment_passive
Data_segment.get_segment_data
Module.Feature.multibyte
Module.read_with_features
API Changes:
initexpressionAPI Removals:
NOTE: This needs the prs for v126, v127 & v128 merged first. This is blocked on libbinaryen v129 releasing
Closes: #271