Skip to content

Commit d26473b

Browse files
committed
doc: add missing --experimental-wasm-modules docs
PR-URL: #27948 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 1279d51 commit d26473b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/api/cli.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ added: v9.6.0
183183

184184
Enable experimental ES Module support in the `vm` module.
185185

186+
### `--experimental-wasm-modules`
187+
<!-- YAML
188+
added: v12.3.0
189+
-->
190+
191+
Enable experimental WebAssembly module support.
192+
186193
### `--force-fips`
187194
<!-- YAML
188195
added: v6.0.0
@@ -965,6 +972,7 @@ Node.js options that are allowed are:
965972
- `--experimental-repl-await`
966973
- `--experimental-report`
967974
- `--experimental-vm-modules`
975+
- `--experimental-wasm-modules`
968976
- `--force-fips`
969977
- `--frozen-intrinsics`
970978
- `--heapsnapshot-signal`

doc/node.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ feature.
127127
.It Fl -experimental-vm-modules
128128
Enable experimental ES module support in VM module.
129129
.
130+
.It Fl -experimental-wasm-modules
131+
Enable experimental WebAssembly module support.
132+
.
130133
.It Fl -force-fips
131134
Force FIPS-compliant crypto on startup
132135
(Cannot be disabled from script code).

0 commit comments

Comments
 (0)