Bug 170511
Summary: | WebAssembly: implement Response API | ||
---|---|---|---|
Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fpizlo, gauravdewan007, jfbastien, keith_miller, mark.lam, msaboff, saam, ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 161709 |
JF Bastien
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
JF Bastien
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
Also add streaming compilation and CSP(if required)
https://bugs.webkit.org/show_bug.cgi?id=178164
JF Bastien
Cpp is supported as of https://bugs.webkit.org/show_bug.cgi?id=173892
JF Bastien
*** Bug 178164 has been marked as a duplicate of this bug. ***
JF Bastien
(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
This becomes compileStreaming / instantiateStreaming.
*** This bug has been marked as a duplicate of bug 173105 ***