Skip to content

Commit 91545f3

Browse files
authored
Merge pull request #102 from tomayac/patch-1
Add Deno's implementation
2 parents 8f8a354 + f0884a1 commit 91545f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/esm-integration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ const { foo: foo2 } = await WebAssembly.instantiate(myModule, { ...imports });
5656

5757
### Unify WebAssembly Tooling Implementations
5858

59-
The need for WebAssembly modules integrated with the ES module graph has been broadly identified by JavaScript tools. For example, support for WebAssembly modules has been implemented in ([webpack](https://webpack.js.org/configuration/module/#ruletype), a [Rollup plugin](https://github.com/rollup/plugins/tree/master/packages/wasm) and [Parcel](https://en.parceljs.org/webAssembly.html).
59+
The need for WebAssembly modules integrated with the ES module graph has been broadly identified by JavaScript tools. For example, support for WebAssembly modules has been implemented in [webpack](https://webpack.js.org/configuration/module/#ruletype), a [Rollup plugin](https://github.com/rollup/plugins/tree/master/packages/wasm) and [Parcel](https://en.parceljs.org/webAssembly.html).
6060

6161
By standardizing the integration, tools can support building WebAssembly applications providing ergonomic workflows that work with static analysis for working with Wasm on JavaScript platforms in a unified way.
6262

63-
Node.js has implemented this proposal behind a flag (https://nodejs.org/docs/latest/api/esm.html#wasm-modules, pending source phase supports), while [ES Module Shims](https://github.com/guybedford/es-module-shims#wasm-modules) provides a full browser polyfill.
63+
For server runtimes, [Deno has implemented](https://deno.com/blog/v2.1#first-class-wasm-support) this proposal and [Node.js' implementation is behind a flag](https://nodejs.org/docs/latest/api/esm.html#wasm-modules) (both pending source phase supports), while [ES Module Shims](https://github.com/guybedford/es-module-shims#wasm-modules) provides a full browser polyfill.
6464

6565
## Implementation
6666

0 commit comments

Comments
 (0)