We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c3e35 commit f7ddd57Copy full SHA for f7ddd57
doc/api/esm.md
@@ -729,6 +729,8 @@ const instance2 = await WebAssembly.instantiate(libraryModule, {
729
In addition to the static source phase, there is also a dynamic variant of the
730
source phase via the `import.source` dynamic phase import syntax:
731
732
+<!-- eslint-skip -->
733
+
734
```js
735
const dynamicLibrary = await import.source('./library.wasm');
736
0 commit comments