X Tutup
The Wayback Machine - https://web.archive.org/web/20230220192701/https://github.com/nodejs/node/commit/9b32c9c575
Skip to content
Permalink
Browse files
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.

PR-URL: #36220
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
cjihrig authored and targos committed May 1, 2021
1 parent 28149cf commit 9b32c9c
Showing 1 changed file with 2 additions and 2 deletions.
@@ -291,15 +291,15 @@ Enable experimental WebAssembly System Interface (WASI) support.
added: v12.3.0
-->

Enable experimental WebAssembly module support.

### `--force-context-aware`
<!-- YAML
added: v12.12.0
-->

Disable loading native addons that are not [context-aware][].

Enable experimental WebAssembly module support.

### `--force-fips`
<!-- YAML
added: v6.0.0

0 comments on commit 9b32c9c

Please sign in to comment.
X Tutup