File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,13 @@ added: v9.6.0
183
183
184
184
Enable experimental ES Module support in the ` vm ` module.
185
185
186
+ ### ` --experimental-wasm-modules `
187
+ <!-- YAML
188
+ added: v12.3.0
189
+ -->
190
+
191
+ Enable experimental WebAssembly module support.
192
+
186
193
### ` --force-fips `
187
194
<!-- YAML
188
195
added: v6.0.0
@@ -965,6 +972,7 @@ Node.js options that are allowed are:
965
972
- ` --experimental-repl-await `
966
973
- ` --experimental-report `
967
974
- ` --experimental-vm-modules `
975
+ - ` --experimental-wasm-modules `
968
976
- ` --force-fips `
969
977
- ` --frozen-intrinsics `
970
978
- ` --heapsnapshot-signal `
Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ feature.
127
127
.It Fl -experimental-vm-modules
128
128
Enable experimental ES module support in VM module.
129
129
.
130
+ .It Fl -experimental-wasm-modules
131
+ Enable experimental WebAssembly module support.
132
+ .
130
133
.It Fl -force-fips
131
134
Force FIPS-compliant crypto on startup
132
135
(Cannot be disabled from script code).
You can’t perform that action at this time.
0 commit comments