Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/src/bin/
H A Dwasmtime.rs39 #[command(subcommand)]
40 subcommand: Subcommand, field
43 #[command(subcommand)]
44 subcommand: Option<Subcommand>, field
101 let subcommand = self.subcommand.unwrap_or(Subcommand::Run(self.run)); in execute() localVariable
103 let subcommand = self.subcommand; in execute() localVariable
105 match subcommand { in execute()
/wasmtime-44.0.1/src/commands/
H A Dconfig.rs12 #[command(subcommand)]
13 subcommand: ConfigSubcommand, field
26 match self.subcommand { in execute()
/wasmtime-44.0.1/docs/
H A Dcli-options.md3 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
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
[all …]
/wasmtime-44.0.1/pulley/
H A DCONTRIBUTING.md32 pulley`), runs the `wast` subcommand, executes with the pulley target
/wasmtime-44.0.1/
H A DCargo.toml587 # for more information on each subcommand.