doc: add missing --experimental-wasm-modules docs

PR-URL: https://github.com/nodejs/node/pull/27948
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
cjihrig 2019-05-29 08:51:32 -04:00
parent 1279d513b8
commit d26473b97e
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5
2 changed files with 11 additions and 0 deletions

View File

@ -183,6 +183,13 @@ added: v9.6.0
Enable experimental ES Module support in the `vm` module.
### `--experimental-wasm-modules`
<!-- YAML
added: v12.3.0
-->
Enable experimental WebAssembly module support.
### `--force-fips`
<!-- YAML
added: v6.0.0
@ -965,6 +972,7 @@ Node.js options that are allowed are:
- `--experimental-repl-await`
- `--experimental-report`
- `--experimental-vm-modules`
- `--experimental-wasm-modules`
- `--force-fips`
- `--frozen-intrinsics`
- `--heapsnapshot-signal`

View File

@ -127,6 +127,9 @@ feature.
.It Fl -experimental-vm-modules
Enable experimental ES module support in VM module.
.
.It Fl -experimental-wasm-modules
Enable experimental WebAssembly module support.
.
.It Fl -force-fips
Force FIPS-compliant crypto on startup
(Cannot be disabled from script code).