Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dpiped_tests.rs7 pub fn run_wasmtime_piped(component_path: &str) -> Result<()> { in run_wasmtime_piped()
13 .arg(component_path) in run_wasmtime_piped()
22 .arg(component_path) in run_wasmtime_piped()
/wasmtime-44.0.1/tests/
H A Dwasi.rs179 let component_path = td.path().join(format!("{stem}.component.wasm")); in run_test() localVariable
180 fs::write(&component_path, component)?; in run_test()
181 component_path in run_test()
/wasmtime-44.0.1/crates/test-programs/artifacts/
H A Dbuild.rs257 let component_path = out_dir.join(format!("{stem}.component.wasm")); in compile_component() localVariable
258 fs::write(&component_path, component).expect("write component to disk"); in compile_component()
259 component_path in compile_component()