Home
last modified time | relevance | path

Searched refs:runtime_module (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dconst_expr.rs96 .runtime_module() in struct_new_default()
H A Dinstance.rs356 pub(crate) fn runtime_module(&self) -> Option<&crate::Module> { in runtime_module() method
802 self.runtime_module() in construct_func_ref()
H A Dlibcalls.rs707 .runtime_module() in gc_alloc_raw()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs538 Ok(instance.runtime_module()) in module()