Searched refs:ModuleIndex (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | translate.rs | 346 ModuleInstantiate(ModuleIndex, HashMap<&'data str, ModuleInstanceIndex>), 400 Local(ModuleIndex), 1263 let index = ModuleIndex::from_u32(module_index); in translate_payload() 1373 module: ModuleIndex, in instantiate_module() argument 1465 let index = ModuleIndex::from_u32(index); in kind_to_item() 1521 let index = ModuleIndex::from_u32(index); in alias_component_outer()
|
| H A D | types.rs | 39 pub struct ModuleIndex(u32); 270 Module(ModuleIndex),
|
| /wasmtime-44.0.1/crates/environ/src/component/translate/ |
| H A D | inline.rs | 208 modules: PrimaryMap<ModuleIndex, ModuleDef<'a>>, 295 Instantiated(dfg::InstanceId, ModuleIndex),
|