We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50adcca commit 2427d65Copy full SHA for 2427d65
doc/api/cli.md
@@ -262,6 +262,13 @@ Enable experimental WebAssembly System Interface (WASI) support.
262
added: v12.3.0
263
-->
264
265
+### `--force-context-aware`
266
+<!-- YAML
267
+added: v12.12.0
268
+-->
269
+
270
+Disable loading native addons that are not [context-aware][].
271
272
Enable experimental WebAssembly module support.
273
274
### `--force-fips`
@@ -498,13 +505,6 @@ added: v6.0.0
498
505
499
506
Silence all process warnings (including deprecations).
500
507
501
-### `--force-context-aware`
502
-<!-- YAML
503
-added: v12.12.0
504
--->
-
-Disable loading native addons that are not [context-aware][].
508
### `--openssl-config=file`
509
<!-- YAML
510
added: v6.9.0
0 commit comments