Home
last modified time | relevance | path

Searched refs:Subcommand (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/src/bin/
H A Dwasmtime.rs40 subcommand: Subcommand,
44 subcommand: Option<Subcommand>,
56 enum Subcommand { enum
107 Subcommand::Run(c) => c.execute(), in execute()
110 Subcommand::Config(c) => c.execute(), in execute()
113 Subcommand::Compile(c) => c.execute(), in execute()
116 Subcommand::Explore(c) => c.execute(), in execute()
119 Subcommand::Serve(c) => c.execute(), in execute()
125 Subcommand::Wast(c) => c.execute(), in execute()
131 Subcommand::Objdump(c) => c.execute(), in execute()
[all …]
/wasmtime-44.0.1/src/commands/
H A Dconfig.rs3 use clap::{Parser, Subcommand};
16 #[derive(Subcommand, PartialEq)]