Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstance.rs403 store.module_for_instance(self.id).unwrap() in _module()
H A Dstore.rs1729 pub fn module_for_instance(&self, instance: StoreInstanceId) -> Option<&'_ Module> { in module_for_instance() method