Searched defs:CompiledModuleInfo (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | module_artifacts.rs | 586 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 D | module_artifacts.rs | 116 pub fn append(&mut self, translation: ModuleTranslation<'_>) -> Result<CompiledModuleInfo> { in append()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | module.rs | 503 info_and_types: Option<(CompiledModuleInfo, CompiledFunctionsTable, ModuleTypes)>, in from_parts() 534 info: CompiledModuleInfo, in from_parts_raw()
|
| H A D | instantiate.rs | 51 info: CompiledModuleInfo, in from_artifacts()
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | compile.rs | 67 Option<(CompiledModuleInfo, CompiledFunctionsTable, ModuleTypes)>, in build_module_artifacts() 1159 fn unwrap_as_module_info(self) -> (CompiledModuleInfo, CompiledFunctionsTable) { in unwrap_as_module_info()
|