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.
*Bug:* https://bugzilla.mozilla.org/show_bug.cgi?id=1782585 *Bug to turn on by default:* https://bugzilla.mozilla.org/show_bug.cgi?id=1860816 *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. -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/b37cb8fa-347b-4599-a94a-f99ce6ae9dbcn%40mozilla.org.
