Sort output in wasmtime settings.

This commit sorts the settings output by the `wasmtime settings` command.
This commit is contained in:
Peter Huene
2021-04-01 11:22:01 -07:00
parent d1313b1291
commit 9e7d2fed98
2 changed files with 29 additions and 25 deletions

View File

@@ -95,3 +95,14 @@ $ wasmtime foo.cwasm
AOT-compiled modules can be run from hosts that are compatible with the target
environment of the AOT-completed module.
## `settings`
This subcommand is used to print the available Cranelift settings for a given target.
When run without options, it will print the settings for the host target and also
display what Cranelift settings are inferred for the host:
```sh
$ wasmtime settings
```