Ship multi-memory
Categories
(Core :: JavaScript: WebAssembly, task, P2)
Tracking
()
People
(Reporter: rhunt, Assigned: bvisness)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Multi-memory has reached phase 4 and is pretty stable. We should be able to ship it soon.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
:)
Comment 3•2 years ago
|
||
| bugherder | ||
Comment 4•2 years ago
|
||
Please add a relnote nomination for this assuming this is something we should call out in the Fx125 relnotes.
| Assignee | ||
Comment 5•2 years ago
•
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: We are enabling a major WebAssembly proposal by default.
[Affects Firefox for Android]: Yes
[Suggested wording]: Enabled WebAssembly multi-memory by default. 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.
[Links (documentation, blog post, etc)]: https://github.com/WebAssembly/multi-memory/blob/main/proposals/multi-memory/Overview.md
Comment 7•2 years ago
|
||
FYI MDN Docs for this can be tracked in https://github.com/mdn/content/issues/32777. They are mostly complete, and in review.
Description
•