Skip to content

Commit 77ff597

Browse files
cjihrigtargos
authored andcommittedMay 31, 2019
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 38e3827 commit 77ff597

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
 

‎doc/api/cli.md

+8
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
@@ -976,6 +983,7 @@ Node.js options that are allowed are:
976983
- `--experimental-repl-await`
977984
- `--experimental-report`
978985
- `--experimental-vm-modules`
986+
- `--experimental-wasm-modules`
979987
- `--force-fips`
980988
- `--frozen-intrinsics`
981989
- `--heapsnapshot-signal`

‎doc/node.1

+3
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)
Please sign in to comment.