Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/debugger/src/host/
H A Dopaque.rs37 async fn get_instance_module(&mut self, instance: Instance) -> Result<Module>; in get_instance_module() method
161 async fn get_instance_module(&mut self, instance: Instance) -> Result<Module> { in get_instance_module() method