From b176d61e8cfe1c59f2d3bff8eb50a4209e44fce6 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sat, 21 Nov 2020 15:15:19 -0500 Subject: [PATCH] doc: fix --experimental-wasm-modules text location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The text for --experimental-wasm-modules had drifted to under the --force-context-aware text. This commit moves it back to the proper location. PR-URL: https://github.com/nodejs/node/pull/36220 Reviewed-By: Richard Lau Reviewed-By: Gus Caplan Reviewed-By: Juan José Arboleda Reviewed-By: Luigi Pinca --- doc/api/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index bc2dd0121f9161..3a5780918646db 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -300,6 +300,8 @@ Enable experimental WebAssembly System Interface (WASI) support. added: v12.3.0 --> +Enable experimental WebAssembly module support. + ### `--force-context-aware`