Skip to content

Commit

Permalink
📝 Update README.md (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckymore authored Jul 29, 2024
1 parent 37d9cb0 commit 8dbbb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/esm-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ foo();
Then by integrating with [Source Phase Imports](/~https://github.com/tc39/proposal-source-phase-imports), arbitrary instantiations with custom imports can still be supported.

```js
import source myModule from "./myModule.wasm");
import source myModule from "./myModule.wasm";

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

0 comments on commit 8dbbb4d

Please sign in to comment.