Bug 238292

Summary: [WebAssembly][Modules] Support Worker.new with a Wasm module script
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: saam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Asumu Takikawa 2022-03-23 14:41:39 PDT
Another bug https://bugs.webkit.org/show_bug.cgi?id=238291 covers imports of Wasm modules into JS module Worker scripts, which is half of the support needed in workers.

This bug is for allowing a Wasm module script to be launched from Worker.new (when the experimental ESM integration flag is enabled).
Comment 1 Radar WebKit Bug Importer 2022-03-24 16:08:56 PDT
<rdar://problem/90799794>
Comment 2 Asumu Takikawa 2022-05-18 15:31:26 PDT
Pull request: https://github.com/WebKit/WebKit/pull/750