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 <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>
  • Loading branch information
cjihrig authored and danielleadams committed Dec 7, 2020
1 parent be11976 commit b176d61
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 @@ -300,15 +300,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 b176d61

Please sign in to comment.