Skip to content

Commit

Permalink
doc: fix --experimental-wasm-modules text location
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cjihrig authored and targos committed May 1, 2021
1 parent 28149cf commit 9b32c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,15 @@ Enable experimental WebAssembly System Interface (WASI) support.
added: v12.3.0
-->

Enable experimental WebAssembly module support.

### `--force-context-aware`
<!-- YAML
added: v12.12.0
-->

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

Enable experimental WebAssembly module support.

### `--force-fips`
<!-- YAML
added: v6.0.0
Expand Down

0 comments on commit 9b32c9c

Please sign in to comment.