Home
last modified time | relevance | path

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

/wasmtime-44.0.1/src/commands/
H A Dcompile.rs32 pub struct CompileCommand { struct
50 impl CompileCommand { argument
123 let command = CompileCommand::try_parse_from(vec![ in test_successful_compile()
154 let command = CompileCommand::try_parse_from(vec![ in test_x64_flags_compile()
191 let command = CompileCommand::try_parse_from(vec![ in test_aarch64_flags_compile()
220 let command = CompileCommand::try_parse_from(vec![ in test_unsupported_flags_compile()
256 let command = CompileCommand::try_parse_from(vec![ in test_x64_presets_compile()
/wasmtime-44.0.1/src/bin/
H A Dwasmtime.rs67 Compile(wasmtime_cli::commands::CompileCommand),