Closed
Bug 1848006
Opened 2 years ago
Closed 2 years ago
Global imports should (sometimes) respect subtypes
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: bvisness, Assigned: bvisness)
References
Details
Attachments
(2 files)
Imports of WebAssembly globals must respect the matching rules for globals. In short, when importing a global, the type must exactly match the destination type if mutable, and must be a subtype of the destination type if immutable.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → bvisness
Attachment #9348903 -
Attachment description: WIP: Bug 1848006: Update global imports/exports for GC. → Bug 1848006: Update global imports/exports for GC. r=rhunt
Status: NEW → ASSIGNED
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:rhunt, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(rhunt)
Updated•2 years ago
|
Severity: -- → N/A
Type: defect → task
Flags: needinfo?(rhunt)
Priority: -- → P1
Pushed by bvisness@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b5929beaba4
Update global imports/exports for GC. r=rhunt
Comment 4•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
•