Skip to content

Commit 9b32c9c

Browse files
cjihrigtargos
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 <rlau@redhat.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 28149cf commit 9b32c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,15 @@ Enable experimental WebAssembly System Interface (WASI) support.
291291
added: v12.3.0
292292
-->
293293

294+
Enable experimental WebAssembly module support.
295+
294296
### `--force-context-aware`
295297
<!-- YAML
296298
added: v12.12.0
297299
-->
298300

299301
Disable loading native addons that are not [context-aware][].
300302

301-
Enable experimental WebAssembly module support.
302-
303303
### `--force-fips`
304304
<!-- YAML
305305
added: v6.0.0

0 commit comments

Comments
 (0)