Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/component-macro/tests/
H A Dexpanded.rs7 process_expanded($path, "", wasmtime::component::bindgen!({
12 process_expanded($path, "_async", wasmtime::component::bindgen!({
19 process_expanded($path, "_concurrent", wasmtime::component::bindgen!({
26 process_expanded($path, "_tracing_async", wasmtime::component::bindgen!({
35 fn process_expanded(path: &str, suffix: &str, src: &str) -> Result<()> { in process_expanded() function