Open
Conversation
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
becea05 to
8decd94
Compare
65f71e8 to
e62e211
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