Bug 166016

Summary: WebAssembly: Make WebAssembly.compile truly asynchronous
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: 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   

Description Saam Barati 2016-12-18 14:18:18 PST
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.