Home
last modified time | relevance | path

Searched defs:StoreComponentInstanceId (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs184 pub struct StoreComponentInstanceId { struct
189 impl StoreComponentInstanceId { implementation
193 ) -> StoreComponentInstanceId { in new()
H A Dinstance.rs371 pub(crate) fn id(&self) -> StoreComponentInstanceId { in id()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dglobal.rs331 instance: crate::component::store::StoreComponentInstanceId, in from_component_flags()
343 instance: crate::component::store::StoreComponentInstanceId, in from_task_may_block()