WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 165991
165905
WebAssembly JS API: calling wasm functions with 64-bit parameters / returns
https://bugs.webkit.org/show_bug.cgi?id=165905
Summary
WebAssembly JS API: calling wasm functions with 64-bit parameters / returns
JF Bastien
Reported
2016-12-15 10:56:33 PST
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
Comment 1
2016-12-20 14:23:03 PST
We think this is probably a dup of
bug 165991
.
Saam Barati
Comment 2
2017-01-12 17:36:56 PST
*** This bug has been marked as a duplicate of
bug 165991
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug