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:
parent
1279d513b8
commit
d26473b97e
@ -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`
|
||||
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user