Skip to content

Commit f7ddd57

Browse files
committed
eslint fix
1 parent 51c3e35 commit f7ddd57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/esm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ const instance2 = await WebAssembly.instantiate(libraryModule, {
729729
In addition to the static source phase, there is also a dynamic variant of the
730730
source phase via the `import.source` dynamic phase import syntax:
731731
732+
<!-- eslint-skip -->
733+
732734
```js
733735
const dynamicLibrary = await import.source('./library.wasm');
734736

0 commit comments

Comments
 (0)