Home
last modified time | relevance | path

Searched refs:get_wasmtime_command (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Dpiped_tests.rs3 use super::cli_tests::get_wasmtime_command;
8 let mut producer = get_wasmtime_command()? in run_wasmtime_piped()
17 let mut consumer = get_wasmtime_command()? in run_wasmtime_piped()
H A Dcli_tests.rs13 let mut cmd = get_wasmtime_command()?; in run_wasmtime_for_output()
463 let output = get_wasmtime_command()? in specify_env()
471 let output = get_wasmtime_command()? in specify_env()
483 let output = get_wasmtime_command()? in specify_env()
491 let output = get_wasmtime_command()? in specify_env()
502 let output = get_wasmtime_command()? in specify_env()
530 let output = get_wasmtime_command()? in run_cwasm_from_stdin()
674 let output = get_wasmtime_command()? in name_same_as_builtin_command()
682 let output = get_wasmtime_command()? in name_same_as_builtin_command()
691 let output = get_wasmtime_command()? in name_same_as_builtin_command()
[all …]
H A Ddebug_component.rs3 use crate::cli_tests::get_wasmtime_command;
8 let mut cmd = get_wasmtime_command()?; in run_debugger_test()