Skip to content

Commit 8dbbb4d

Browse files
authored
📝 Update README.md (#89)
1 parent 37d9cb0 commit 8dbbb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/esm-integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ foo();
3636
Then by integrating with [Source Phase Imports](https://github.com/tc39/proposal-source-phase-imports), arbitrary instantiations with custom imports can still be supported.
3737

3838
```js
39-
import source myModule from "./myModule.wasm");
39+
import source myModule from "./myModule.wasm";
4040

4141
const { foo: foo1 } = new WebAssembly.Instance(myModule, { ...imports1 });
4242
foo1();

0 commit comments

Comments
 (0)