Bug 238292 - [WebAssembly][Modules] Support Worker.new with a Wasm module script
Summary: [WebAssembly][Modules] Support Worker.new with a Wasm module script
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-03-23 14:41 PDT by Asumu Takikawa
Modified: 2022-05-18 15:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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