Open
Conversation
Full Diff: WebAssembly/binaryen@version_124...version_125 Summary: No c or js api changes just some passes changed.
Full Diff: WebAssembly/binaryen@version_125...version_126 Ocaml Summary: * `Feature.relaxed_atomics` was implented * The following passes were added `Passes.gsi_desc_cast`, `Passes.remove_relaxed_simd`, `Passes.strip_toolchain_annotations` * `Passes.jspi` was removed. * Internally `Binaryen.arrayref` was exposed directly through the js api * Internally `module.updateMaps()` is now provided by the js api allowing us to properly handle `Module.update_maps` through jsoo compilations Disregarded Change Summary: * MemoryOrder was added throughout the atomics api however since we do not implement the atomics api no changes have been made to binaryen.ml * More `TableRef` api functions were exposed through the js api however since we don't currently implement the api for tablerefs these are not being added in this pr we should open an issue before merging this to implement that api. * `BinaryenReturnCallRef` was added to the c api along with `module.call_ref` and `module.return_call_ref` in the js api however these are being left to the gc pr * The `Call_ref` api was imlemented however we are leaving this as well to the gc pr.
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_125...version_126
Ocaml Summary:
Feature.relaxed_atomicswas implentedPasses.gsi_desc_cast,Passes.remove_relaxed_simd,Passes.strip_toolchain_annotationsPasses.jspiwas removed.Binaryen.arrayrefwas exposed directly through the js apimodule.updateMaps()is now provided by the js api allowing us to properly handleModule.update_mapsthrough jsoo compilationsDisregarded Change Summary:
TableRefapi functions were exposed through the js api however since we don't currently implement the api for tablerefs these are not being added in this pr we should open an issue before merging this to implement that api.BinaryenReturnCallRefwas added to the c api along withmodule.call_refandmodule.return_call_refin the js api however these are being left to the gc prCall_refapi was imlemented however we are leaving this as well to the gc pr.