Lines Matching refs:subcommand
3 The `wasmtime` CLI is organized into a few subcommands. If no subcommand is
9 This is a general subcommand used to print help information to the terminal. You
24 This is the `wasmtime` CLI's main subcommand, and it's also the default if no
25 other subcommand is provided. The `run` command will execute a WebAssembly
156 The `serve` subcommand runs a WebAssembly component in the `wasi:http/proxy`
180 official WebAssembly spec test suite. This subcommand will execute the script
192 This subcommand is used to control and edit local Wasmtime configuration
205 This subcommand is used to Ahead-Of-Time (AOT) compile a WebAssembly module to produce
208 The `wasmtime run` subcommand can then be used to run a AOT-compiled WebAssembly module:
220 This subcommand is used to print the available Cranelift settings for a given target.
231 This subcommand can be used to explore a `*.cwasm` file and see how it connects
246 Primarily intended as a debugging utility the `objdump` subcommand can be used
308 For example, adding `--optimize opt-level=0` to a `wasmtime compile` subcommand