RESOLVED DUPLICATE of bug 173105 Bug 170511
WebAssembly: implement Response API
https://bugs.webkit.org/show_bug.cgi?id=170511
Summary WebAssembly: implement Response API
JF Bastien
Reported 2017-04-05 10:26:54 PDT
A third API was added post-MVP, based around URLs: https://github.com/WebAssembly/design/pull/991 We should support it at some point in time. No browser shipped it yet, but IIUC Chrome will have it in 59.
Attachments
JF Bastien
Comment 1 2017-04-19 16:03:21 PDT
When we implement this we should consider not just doing the silly blocking version, but actually doing the version which starts compilation while the bits are still being downloaded.
Gaurav Dewan
Comment 2 2017-10-11 04:15:49 PDT
Also add streaming compilation and CSP(if required) https://bugs.webkit.org/show_bug.cgi?id=178164
JF Bastien
Comment 3 2017-10-11 08:57:28 PDT
JF Bastien
Comment 4 2017-10-11 08:58:03 PDT
*** Bug 178164 has been marked as a duplicate of this bug. ***
JF Bastien
Comment 5 2017-10-11 08:58:34 PDT
(In reply to JF Bastien from comment #3) > Cpp is supported as of https://bugs.webkit.org/show_bug.cgi?id=173892 Autocorrect... CSP.
Yusuke Suzuki
Comment 6 2021-01-27 15:58:41 PST
This becomes compileStreaming / instantiateStreaming. *** This bug has been marked as a duplicate of bug 173105 ***
Note You need to log in before you can comment on or make changes to this bug.