Bug 165905
Summary: | WebAssembly JS API: calling wasm functions with 64-bit parameters / returns | ||
---|---|---|---|
Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
Component: | JavaScriptCore | Assignee: | JF Bastien <jfbastien> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ggaren, jfbastien, keith_miller, saam |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 161709 |
JF Bastien
Bug #165902 found that I implemented this wrong. It's valid to export these (because wasm<->wasm supports it) but it's not valid to call them to / from JS:
https://github.com/WebAssembly/design/blob/master/JS.md#tojsvalue
I implemented this wrong in the stubs, and we don't test for it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
We think this is probably a dup of bug 165991.
Saam Barati
*** This bug has been marked as a duplicate of bug 165991 ***