Bug 166016
| Summary: | WebAssembly: Make WebAssembly.compile truly asynchronous | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Saam Barati <saam> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | benjamin, chi187, dpaddock, fpizlo, ggaren, gskachkov, jfbastien, keith_miller, mark.lam, msaboff, oliver, ticaiolima, ysuzuki |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Saam Barati
Right now, we just immediately compile and then resolve the promise. We should do this asynchronously and then resolve the promise when we're done.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |