Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dmod.rs125 StreamReader, StreamResult, VMComponentAsyncStore, VecBuffer, WriteBuffer,
H A Dconcurrent.rs3762 pub trait VMComponentAsyncStore { trait
3924 impl<T: 'static> VMComponentAsyncStore for StoreInner<T> {
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dvm.rs231 ) -> &mut dyn crate::runtime::component::VMComponentAsyncStore; in component_async_store() argument
H A Dstore.rs2782 ) -> &mut dyn crate::runtime::component::VMComponentAsyncStore { in component_async_store() argument