Closed
Bug 1528294
Opened 6 years ago
Closed 4 years ago
Bulk-memory-operations: Ship it
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: lth, Assigned: rhunt)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
It's on by default in Nightly under ENABLE_WASM_BULKMEM_OPS.
Reporter | ||
Updated•5 years ago
|
No longer blocks: wasm-bulkmem
Depends on: wasm-bulkmem
Reporter | ||
Updated•5 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 1•4 years ago
|
||
The CG has now voted to move the bulk-memory-operations proposal to phase 4, and we should ship it along with reference-types (bug 1637884).
Assignee: nobody → rhunt
Summary: Bulk data copy & initialization: ship it → Bulk-memory-operations: Ship it
Assignee | ||
Comment 2•4 years ago
|
||
This commit enables the bulk-memory-operations feature by default. The config/
ifdef'ery is spared to allow for easier backouts if needed.
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/e47d4beb6601
Wasm: Enable bulk-memory-operations by default. r=lth
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Updated•4 years ago
|
Keywords: dev-doc-needed
Comment 5•4 years ago
|
||
I've completed the documentation on MDN about this; see https://github.com/mdn/sprints/issues/3428#issuecomment-654886876 for details.
Let me know if you think this needs anything else; thanks!
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•