File tree 2 files changed +11
-0
lines changed
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
@@ -976,6 +983,7 @@ Node.js options that are allowed are:
976
983
- ` --experimental-repl-await `
977
984
- ` --experimental-report `
978
985
- ` --experimental-vm-modules `
986
+ - ` --experimental-wasm-modules `
979
987
- ` --force-fips `
980
988
- ` --frozen-intrinsics `
981
989
- ` --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