Closed
Bug 1524923
Opened 6 years ago
Closed 6 years ago
[boil-all-the-oceans] Support local.get/set and global.get/set syntax
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: lth, Assigned: lth, Mentored)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
Apparently local.get/set and global.get/set is the new new thing in the WAT world. Easy enough to add interpretation of that syntax to WasmTextToBinary; a bit more work to change all the test cases.
Comment 1•6 years ago
|
||
We probably want to cover this in our coverage of the WAT format on MDN.
Keywords: dev-doc-needed
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → lhansen
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
I've only added support for these, renamed in a couple of error messages and a few
test cases, not renamed all the uses, because there are so many. Will file followup
bugs for that work, but it won't be urgent.
Note, wabt no longer recognizes get_local et al, it requires local.get etc. But
we should remain backward compatible for a long while still.
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b79be6791cfa
Support local.get, local.set, global.get, global.set. r=bbouvier
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•4 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•