You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments