Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dmodule_artifacts.rs586 pub struct CompiledModuleInfo { struct
588 pub module: Module,
591 pub meta: Metadata,
594 pub func_names: Vec<FunctionName>,
597 pub checksum: WasmChecksum,
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_artifacts.rs116 pub fn append(&mut self, translation: ModuleTranslation<'_>) -> Result<CompiledModuleInfo> { in append()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs503 info_and_types: Option<(CompiledModuleInfo, CompiledFunctionsTable, ModuleTypes)>, in from_parts()
534 info: CompiledModuleInfo, in from_parts_raw()
H A Dinstantiate.rs51 info: CompiledModuleInfo, in from_artifacts()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs67 Option<(CompiledModuleInfo, CompiledFunctionsTable, ModuleTypes)>, in build_module_artifacts()
1159 fn unwrap_as_module_info(self) -> (CompiledModuleInfo, CompiledFunctionsTable) { in unwrap_as_module_info()