Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs29 pub struct ComponentStoreData { struct
80 impl ComponentStoreData { impl
81 pub fn new(engine: &Engine) -> ComponentStoreData { in new() argument
82 ComponentStoreData { in new()
122 ComponentStoreData::drop_fibers_and_futures(store.0); in run_manual_drop_routines()
290 pub(crate) fn component_data(&self) -> &ComponentStoreData { in component_data() argument
294 pub(crate) fn component_data_mut(&mut self) -> &mut ComponentStoreData { in component_data_mut() argument
H A Dmod.rs169 pub(crate) use self::store::ComponentStoreData;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/
H A Ddata.rs20 pub(crate) components: crate::component::ComponentStoreData,
30 components: crate::component::ComponentStoreData::new(engine), in new()
40 crate::component::ComponentStoreData::run_manual_drop_routines(store); in run_manual_drop_routines()