Implement js->wasm multi-value calls
Categories
(Core :: JavaScript: WebAssembly, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: wingo, Assigned: wingo)
References
Details
Attachments
(1 file)
Add interpreter entry support for JS-to-wasm calls that return multiple values. The returned values will be collected into an array.
Assignee | ||
Comment 1•5 years ago
|
||
Add interpreter entry support for JS-to-wasm calls that return multiple
values. The returned values will be collected into an array.
Pushed by opoprus@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1e4fc45fc6db Allow for WebAssembly called by JS to return multiple values r=lth
Comment 3•5 years ago
|
||
Backed out changeset 1e4fc45fc6db (bug 1625887) on wingo's request
Backout link: https://hg.mozilla.org/integration/autoland/rev/6e915cdf6f8334a01f0fbf87dcf247e960a00a72
Comment 4•5 years ago
|
||
bugherder |
Assignee | ||
Comment 5•5 years ago
|
||
Backed out via bug https://bugzilla.mozilla.org/show_bug.cgi?id=1626692
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Backout merged https://hg.mozilla.org/mozilla-central/rev/6e915cdf6f83
Pushed by dvarga@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1e25841508c8 Allow for WebAssembly called by JS to return multiple values r=lth
Assignee | ||
Comment 8•5 years ago
|
||
Hi Daniel, apologies for the confusion -- to be clear this bug was checkin-needed? and bug 1625927 was not. I did not intend for this one to be backed out. Can you reapply this one please? Thanks!
Assignee | ||
Comment 10•5 years ago
|
||
Daniel I am not sure what is going on but it looks like bug 1625927 was reapplied, not this one. Can you please take a look? Thanks.
Comment 12•5 years ago
|
||
Pushed by dluca@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8dbb9d888832 Allow for WebAssembly called by JS to return multiple values r=lth
Comment 13•5 years ago
|
||
bugherder |
Description
•