| /wasmtime-44.0.1/src/commands/ |
| H A D | compile.rs | 123 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 D | run.rs | 925 let command = wasmtime_debugger::DebuggerComponent::new(&mut *store, &instance)?; in invoke_debugger() localVariable
|
| /wasmtime-44.0.1/crates/test-util/src/ |
| H A D | lib.rs | 23 pub fn command(bin: impl AsRef<Path>) -> Command { in command() function
|
| /wasmtime-44.0.1/examples/wasip2-async/ |
| H A D | main.rs | 51 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in main() localVariable
|
| /wasmtime-44.0.1/crates/wasi-keyvalue/tests/ |
| H A D | main.rs | 36 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run_wasi() localVariable
|
| /wasmtime-44.0.1/crates/wasi-config/tests/ |
| H A D | main.rs | 37 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run_wasi() localVariable
|
| /wasmtime-44.0.1/examples/wasip2/ |
| H A D | main.rs | 50 let command = Command::instantiate(&mut store, &component, &linker)?; in main() localVariable
|
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | testcommand.rs | 21 pub command: &'a str, field
|
| H A D | run_command.rs | 135 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 D | mod.rs | 57 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 D | mod.rs | 57 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 D | wit.rs | 24 let command = Command::instantiate(&mut store, &module, &linker)?; in run() localVariable
|
| /wasmtime-44.0.1/crates/wasi/tests/all/p3/ |
| H A D | mod.rs | 35 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 D | async_.rs | 16 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run() localVariable
|
| H A D | sync.rs | 16 let command = Command::instantiate(&mut store, &component, &linker)?; in run() localVariable
|
| /wasmtime-44.0.1/crates/wasi/tests/all/p2/ |
| H A D | api.rs | 39 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in instantiate() localVariable
|
| H A D | async_.rs | 23 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run() localVariable
|
| H A D | sync.rs | 26 let command = Command::instantiate(&mut store, &component, &linker)?; in run() localVariable
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/p3/ |
| H A D | mod.rs | 143 let command = Command::instantiate_async(&mut store, &component, &linker).await?; in run_cli() localVariable
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | linker.rs | 900 fn command( in command() method
|