Closed
Bug 1853189
Opened 2 years ago
Closed 2 years ago
Support i31 in init exprs
Categories
(Core :: JavaScript: WebAssembly, task)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: bvisness, Assigned: bvisness)
References
Details
Attachments
(1 file)
i31.new is a constant expression per the GC spec, but it is not yet supported in wasm::InitExpr.
| Assignee | ||
Comment 1•2 years ago
|
||
Null i31refs were being incorrectly treated as zeroes, and were not supported in init expressions.
Updated•2 years ago
|
Assignee: nobody → bvisness
Status: NEW → ASSIGNED
Pushed by bvisness@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f2fee3884997
Fix i31 issues from spec tests. r=rhunt
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•