Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/
H A Dengine.rs75 empty_module_runtime_info: ModuleRuntimeInfo, field
133 let empty_module_runtime_info = ModuleRuntimeInfo::bare(try_new( in new() localVariable
662 pub(crate) fn empty_module_runtime_info(&self) -> &ModuleRuntimeInfo { in empty_module_runtime_info() method