Searched refs:subcommand (Results 1 – 5 of 5) sorted by relevance
39 #[command(subcommand)]40 subcommand: Subcommand, field43 #[command(subcommand)]44 subcommand: Option<Subcommand>, field101 let subcommand = self.subcommand.unwrap_or(Subcommand::Run(self.run)); in execute() localVariable103 let subcommand = self.subcommand; in execute() localVariable105 match subcommand { in execute()
12 #[command(subcommand)]13 subcommand: ConfigSubcommand, field26 match self.subcommand { in execute()
3 The `wasmtime` CLI is organized into a few subcommands. If no subcommand is9 This is a general subcommand used to print help information to the terminal. You24 This is the `wasmtime` CLI's main subcommand, and it's also the default if no25 other subcommand is provided. The `run` command will execute a WebAssembly156 The `serve` subcommand runs a WebAssembly component in the `wasi:http/proxy`180 official WebAssembly spec test suite. This subcommand will execute the script192 This subcommand is used to control and edit local Wasmtime configuration220 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 connects246 Primarily intended as a debugging utility the `objdump` subcommand can be used[all …]
32 pulley`), runs the `wast` subcommand, executes with the pulley target
587 # for more information on each subcommand.