Closed
Bug 1895803
Opened 1 year ago
Closed 1 year ago
Support multi-value results in JS PI
Categories
(Core :: JavaScript: WebAssembly, defect)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
References
Details
Attachments
(1 file)
Currently we MOZ_CRASH(). It is possible to handle multi-value returns by async JS function: array is returned and import is expecting multiple results. For new (and old?) API.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → ydelendik
Attachment #9400909 -
Attachment description: WIP: Bug 1895803 - [wasm-jspi] Support multi-value results. → Bug 1895803 - [wasm-jspi] Support multi-value results. r?jpages
Status: NEW → ASSIGNED
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c1dcd3a9f7f4
[wasm-jspi] Support multi-value results. r=jpages
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•