diff options
author | cjihrig <cjihrig@gmail.com> | 2020-11-21 15:15:19 -0500 |
---|---|---|
committer | Node.js GitHub Bot <github-bot@iojs.org> | 2020-11-23 20:45:11 +0000 |
commit | 53253768e4d5467bf61b71cfdcf313208438ca03 (patch) | |
tree | 44563a30f60ace38e03c8a0890626b60c0f21feb /doc | |
parent | 267a6e6b2a513493239e7465722398f8059b7ef6 (diff) | |
download | node-new-53253768e4d5467bf61b71cfdcf313208438ca03.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/cli.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md index bc2dd0121f..3a57809186 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` <!-- 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 |