Bug 238292
| Summary: | [WebAssembly][Modules] Support Worker.new with a Wasm module script | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
| Component: | WebCore JavaScript | Assignee: | 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 | ||
Asumu Takikawa
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).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/90799794>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/750