Lines Matching refs:get_wasmtime_command
13 let mut cmd = get_wasmtime_command()?; in run_wasmtime_for_output()
22 pub fn get_wasmtime_command() -> Result<Command> { in get_wasmtime_command() function
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()
538 let mut child = 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()
703 let output = get_wasmtime_command()? in run_just_stdin_argument()
713 let output = get_wasmtime_command()? in wasm_flags_without_subcommand()
733 let output = get_wasmtime_command()? in wasi_misaligned_pointer()
759 let output = get_wasmtime_command()? in component_missing_feature()
772 let output = get_wasmtime_command()? in component_missing_feature()
792 let output = get_wasmtime_command()? in component_enabled_by_default()
799 let output = get_wasmtime_command()? in component_enabled_by_default()
812 let output = get_wasmtime_command()? in bad_text_syntax()
871 let output = get_wasmtime_command()? in memory_growth_failure()
890 let output = get_wasmtime_command()? in table_growth_failure()
908 let output = get_wasmtime_command()? in table_growth_failure2()
975 let mut cmd = get_wasmtime_command()?; in preview2_stdin()
1007 let mut child = get_wasmtime_command()? in preview2_stdin()
1076 let output = get_wasmtime_command()? in mpk_without_pooling()
1108 use super::{get_wasmtime_command, run_wasmtime};
1151 let mut child = get_wasmtime_command()? in p2_cli_stdin_empty()
1172 let mut child = get_wasmtime_command()? in p2_cli_stdin()
1193 let mut child = get_wasmtime_command()? in p2_cli_splice_stdin()
1307 let output = get_wasmtime_command()? in p2_cli_exit_failure()
1317 let output = get_wasmtime_command()? in p2_cli_exit_with_code()
1332 let output = get_wasmtime_command()? in p2_cli_exit_panic()
1405 let mut child = get_wasmtime_command()? in p2_cli_stdio_write_flushes()
1528 let mut cmd = super::get_wasmtime_command()?; in new()
1806 let mut cmd = get_wasmtime_command()?; in p2_cli_large_env()
1834 super::get_wasmtime_command()? in p2_cli_serve_only_one_process_allowed()
1891 super::get_wasmtime_command()? in p2_cli_serve_quick_rebind_allowed()
2863 let mut cmd = get_wasmtime_command()?; in p3_cli_read_stdin()
3177 let output = get_wasmtime_command()? in compilation_logs()
3227 let mut cmd = get_wasmtime_command()?; in wizen()