Closed
Bug 1628321
Opened 3 years ago
Closed 3 years ago
Multi-value: enable by default on all channels
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wingo, Assigned: wingo)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
This is a bug for shipping support for the multi-value WebAssembly proposal. The feature is currently shipping in nightly only. It is behind a run-time flag and a compile-time flag. The plan is to unconditionally enable both the compile-time flag and the run-time flag.
Intent-to-ship to follow.
Comment 1•3 years ago
|
||
Unavoidable pedantry: As mentioned on IM, we can remove the compile-time flag anytime we like, but not the run-time flag until Cranelift supports the multi-value ABI.
Updated•3 years ago
|
Priority: -- → P2
Assignee | ||
Comment 2•3 years ago
|
||
The configure option is now --disable-wasm-multi-value, rather than
--enable-wasm-multi-value.
Updated•3 years ago
|
Priority: P2 → P1
Pushed by wingo@igalia.com: https://hg.mozilla.org/integration/autoland/rev/77478857971a Ship support for WebAssembly multi-value proposal r=lth
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•3 years ago
|
Summary: Ship multi-value → Multi-value: enable by default on all channels
Updated•3 years ago
|
Keywords: dev-doc-needed
Comment 5•3 years ago
|
||
I've added some documentation to MDN to cover this; see https://github.com/mdn/sprints/issues/3308#issuecomment-639580821 for the full details.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•