You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
We intend to enable WebAssembly multi-memory by default in Firefox 125.
Summary: Wasm multi-memory allows wasm modules to use and import multiple independent linear memories. This enables more efficient interop between modules, and better polyfills for upcoming wasm standards like the component model.
Specification:https://github.com/WebAssembly/multi-memory/blob/main/proposals/multi-memory/Overview.md Standards Body: WebAssembly Community Group Platform coverage: All platforms Preference: javascript.options.wasm_multi_memory Other browsers: Blink: Shipped since version 120. WebKit: No public signals on shipping. web-platform-tests: None. We test this with our own JS tests and the official WebAssembly specification tests for the feature.