Closed
Bug 1717810
Opened 3 years ago
Closed 3 years ago
Make wasm-binary.js handle signatures with multiple results
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
Details
Attachments
(1 file)
Allow function signatures in the signature section to have multiple results.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/798a6525755e
allow signatures to have multiple results. r=rhunt
Comment 3•3 years ago
|
||
Backed out changeset 798a6525755e (Bug 1717810) for causing failures in asserts.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/cf0686378ca0836b2f182b5405a511d8337c4fe7
Push with failures, failure log.
Flags: needinfo?(lhansen)
Assignee | ||
Comment 4•3 years ago
|
||
Well, that's embarrassing. Time for a long vacation.
Flags: needinfo?(lhansen)
Assignee | ||
Comment 5•3 years ago
|
||
Typo resulting in an access to an undefined field, which a reasonable programming language would have caught either at compile time or at run time...
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5dfa2c5fc232
allow signatures to have multiple results. r=rhunt
Comment 7•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•