From 8623a8d9ca6eb42c727266028315aa68f1b7d48c Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 13 Apr 2022 15:26:00 -0400 Subject: [PATCH] Update doc/contributing/maintaining-web-assembly.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tobias Nießen --- doc/contributing/maintaining-web-assembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/maintaining-web-assembly.md b/doc/contributing/maintaining-web-assembly.md index 25ecd34b6d2eaeb..e3f214953f4c0ea 100644 --- a/doc/contributing/maintaining-web-assembly.md +++ b/doc/contributing/maintaining-web-assembly.md @@ -51,7 +51,7 @@ reference resources or provide resources on how to: * Compile your WebAssembly code (outside of Node.js) and integrate that into an npm workflow. -* How to load and run WebAssembly code in your Node.js application. +* Load and run WebAssembly code in your Node.js application. It is also important to support and track the ongoing work in ESM to enable loading of WebAssembly with ESM.