Bug 261600
Summary: | Provide public C API for creating, instantiating, and running JavaScript modules | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kasper Isager Dalsgarð <kasperisager> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | keith_miller, mark.lam, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 17 | ||
Hardware: | Mac (Apple Silicon) | ||
OS: | macOS 13 |
Kasper Isager Dalsgarð
The public JavaScriptCore C API is currently missing functions for working with JavaScript modules in any form or shape, making it necessary to rely on external tools for bundling JavaScript modules prior to executing them in JavaScriptCore.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kasper Isager Dalsgarð
This also applies to dynamic import statements, `import()`.
Alexey Proskuryakov
*** Bug 190061 has been marked as a duplicate of this bug. ***
Radar WebKit Bug Importer
<rdar://problem/115888431>