We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ad548 commit 418f5b6Copy full SHA for 418f5b6
doc/api/cli.md
@@ -276,6 +276,13 @@ Enable experimental WebAssembly System Interface (WASI) support.
276
added: v12.3.0
277
-->
278
279
+### `--force-context-aware`
280
+<!-- YAML
281
+added: v12.12.0
282
+-->
283
+
284
+Disable loading native addons that are not [context-aware][].
285
286
Enable experimental WebAssembly module support.
287
288
### `--force-fips`
@@ -512,13 +519,6 @@ added: v6.0.0
512
519
513
520
Silence all process warnings (including deprecations).
514
521
515
-### `--force-context-aware`
516
-<!-- YAML
517
-added: v12.12.0
518
--->
-
-Disable loading native addons that are not [context-aware][].
522
### `--openssl-config=file`
523
<!-- YAML
524
added: v6.9.0
0 commit comments