From f9409d7b2d72588fdb84209ddfb077cedcb4ebed 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 The text for --experimental-wasm-modules had drifted to under the --force-context-aware text. This commit moves it back to the proper location. --- 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 0cab81d64cac12..23d2656e8e00f7 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`