Home
last modified time | relevance | path

Searched refs:empty_module_runtime_info (Results 1 – 2 of 2) 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
166 empty_module_runtime_info, in new()
662 pub(crate) fn empty_module_runtime_info(&self) -> &ModuleRuntimeInfo { in empty_module_runtime_info() method
663 &self.inner.empty_module_runtime_info in empty_module_runtime_info()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs807 let info = engine.empty_module_runtime_info(); in try_new()
1953 runtime_info: engine.empty_module_runtime_info(), in allocate_gc_store()