Home
last modified time | relevance | path

Searched defs:command (Results 1 – 20 of 20) sorted by relevance

/wasmtime-44.0.1/src/commands/
H A Dcompile.rs123 let command = CompileCommand::try_parse_from(vec![ in test_successful_compile() localVariable
154 let command = CompileCommand::try_parse_from(vec![ in test_x64_flags_compile() localVariable
191 let command = CompileCommand::try_parse_from(vec![ in test_aarch64_flags_compile() localVariable
220 let command = CompileCommand::try_parse_from(vec![ in test_unsupported_flags_compile() localVariable
256 let command = CompileCommand::try_parse_from(vec![ in test_x64_presets_compile() localVariable
H A Drun.rs925 let command = wasmtime_debugger::DebuggerComponent::new(&mut *store, &instance)?; in invoke_debugger() localVariable
/wasmtime-44.0.1/crates/test-util/src/
H A Dlib.rs23 pub fn command(bin: impl AsRef<Path>) -> Command { in command() function
/wasmtime-44.0.1/examples/wasip2-async/
H A Dmain.rs51 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in main() localVariable
/wasmtime-44.0.1/crates/wasi-keyvalue/tests/
H A Dmain.rs36 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run_wasi() localVariable
/wasmtime-44.0.1/crates/wasi-config/tests/
H A Dmain.rs37 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run_wasi() localVariable
/wasmtime-44.0.1/examples/wasip2/
H A Dmain.rs50 let command = Command::instantiate(&mut store, &component, &linker)?; in main() localVariable
/wasmtime-44.0.1/cranelift/reader/src/
H A Dtestcommand.rs21 pub command: &'a str, field
H A Drun_command.rs135 let command = parse_run_command(";; run: %return42() == 42 ", &signature) in run_a_command() localVariable
/wasmtime-44.0.1/crates/wasi-tls/tests/p3/
H A Dmod.rs57 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run_test() localVariable
/wasmtime-44.0.1/crates/wasi-tls/tests/p2/
H A Dmod.rs57 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run_test() localVariable
/wasmtime-44.0.1/crates/wasi-nn/tests/exec/
H A Dwit.rs24 let command = Command::instantiate(&mut store, &module, &linker)?; in run() localVariable
/wasmtime-44.0.1/crates/wasi/tests/all/p3/
H A Dmod.rs35 let command = Command::instantiate_async(&mut store, &component, &linker) in run_allow_blocking_current_thread() localVariable
/wasmtime-44.0.1/crates/wasi-http/tests/all/p2/
H A Dasync_.rs16 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run() localVariable
H A Dsync.rs16 let command = Command::instantiate(&mut store, &component, &linker)?; in run() localVariable
/wasmtime-44.0.1/crates/wasi/tests/all/p2/
H A Dapi.rs39 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in instantiate() localVariable
H A Dasync_.rs23 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run() localVariable
H A Dsync.rs26 let command = Command::instantiate(&mut store, &component, &linker)?; in run() localVariable
/wasmtime-44.0.1/crates/wasi-http/tests/all/p3/
H A Dmod.rs143 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run_cli() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dlinker.rs900 fn command( in command() method