mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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: https://github.com/nodejs/node/pull/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>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
267a6e6b2a
commit
53253768e4
@@ -300,6 +300,8 @@ Enable experimental WebAssembly System Interface (WASI) support.
|
||||
added: v12.3.0
|
||||
-->
|
||||
|
||||
Enable experimental WebAssembly module support.
|
||||
|
||||
### `--force-context-aware`
|
||||
<!-- YAML
|
||||
added: v12.12.0
|
||||
@@ -307,8 +309,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user