Bug 170511 - WebAssembly: implement Response API
Summary: WebAssembly: implement Response API
Status: RESOLVED DUPLICATE of bug 173105
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 178164 (view as bug list)
Depends on:
Blocks: 161709
  Show dependency treegraph
 
Reported: 2017-04-05 10:26 PDT by JF Bastien
Modified: 2021-01-27 15:58 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 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.
Comment 1 JF Bastien 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.
Comment 2 Gaurav Dewan 2017-10-11 04:15:49 PDT
Also add streaming compilation and CSP(if required)
https://bugs.webkit.org/show_bug.cgi?id=178164
Comment 3 JF Bastien 2017-10-11 08:57:28 PDT
Cpp is supported as of https://bugs.webkit.org/show_bug.cgi?id=173892
Comment 4 JF Bastien 2017-10-11 08:58:03 PDT
*** Bug 178164 has been marked as a duplicate of this bug. ***
Comment 5 JF Bastien 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.
Comment 6 Yusuke Suzuki 2021-01-27 15:58:41 PST
This becomes compileStreaming / instantiateStreaming.

*** This bug has been marked as a duplicate of bug 173105 ***