Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs128 pub fn next_component_instance_id(&self) -> ComponentInstanceId { in next_component_instance_id() method
H A Dinstance.rs733 store.store_data().components.next_component_instance_id(), in new()