Closed
Bug 1549926
Opened 5 years ago
Closed 5 years ago
WasmTextToBinary: Accept the `offset` syntax for data and elem segments
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
DUPLICATE
of bug 1612534
People
(Reporter: lth, Unassigned, Mentored)
References
Details
(Keywords: good-first-bug)
The official wat syntax canonically uses (offset <const-expr>)
to specify the offset for active segments, but we do not recognize this.
More information here, for starters: https://bugzilla.mozilla.org/show_bug.cgi?id=1545761#c4
Also note the interaction of this with the passive
specifier, which may go away: bug 1546074.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•