Skip to content

Commit b176d61

Browse files
cjihrigdanielleadams
authored andcommitted
doc: fix --experimental-wasm-modules text location
The text for --experimental-wasm-modules had drifted to under the --force-context-aware text. This commit moves it back to the proper location. PR-URL: #36220 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent be11976 commit b176d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,15 @@ Enable experimental WebAssembly System Interface (WASI) support.
300300
added: v12.3.0
301301
-->
302302

303+
Enable experimental WebAssembly module support.
304+
303305
### `--force-context-aware`
304306
<!-- YAML
305307
added: v12.12.0
306308
-->
307309

308310
Disable loading native addons that are not [context-aware][].
309311

310-
Enable experimental WebAssembly module support.
311-
312312
### `--force-fips`
313313
<!-- YAML
314314
added: v6.0.0

0 commit comments

Comments
 (0)