Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/component_model/
H A Dasync.rs206 let invoke_component = { in poll_through_wasm_activation() localVariable
220 let mut store = Store::new(&engine, Some(Box::pin(invoke_component))); in poll_through_wasm_activation()
222 let invoke_component = cx.data_mut().take().unwrap(); in poll_through_wasm_activation() localVariable
224 match PollOnce::new(invoke_component).await { in poll_through_wasm_activation()
/wasmtime-44.0.1/src/commands/
H A Drun.rs760 self.invoke_component(&mut *store, component, linker).await in load_main_module()
776 async fn invoke_component( in invoke_component() method