Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dvm.rs291 pub enum ModuleRuntimeInfo { enum
307 impl ModuleRuntimeInfo { impl
H A Dstore.rs2607 runtime_info: &ModuleRuntimeInfo, in allocate_instance()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dengine.rs662 pub(crate) fn empty_module_runtime_info(&self) -> &ModuleRuntimeInfo { in empty_module_runtime_info()