Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs259 pub(crate) fn push_component_instance( in push_component_instance() method
302 pub(crate) fn push_component_instance(&mut self, instance: Instance) { in push_component_instance() method
H A Dinstance.rs739 let id = store.store_data_mut().push_component_instance(instance); in new()
1205 store.0.push_component_instance(instance); in _instantiate()