Searched refs:ModuleStatic (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | dfg.rs | 247 ModuleStatic { enumerator 801 Export::ModuleStatic { ty, index } => info::Export::ModuleStatic { in export()
|
| H A D | translate.rs | 343 ModuleStatic(StaticModuleIndex, ComponentCoreModuleTypeId), enumerator 574 if let Export::ModuleStatic { index, .. } = item { in analyze_function_imports() 1230 .push(LocalInitializer::ModuleStatic(static_module_index, ty)); in translate_payload()
|
| H A D | info.rs | 475 ModuleStatic { enumerator
|
| H A D | types_builder.rs | 135 Export::ModuleStatic { ty, .. } | Export::ModuleImport { ty, .. } => { in export_type_def()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | instance.rs | 228 Export::ModuleStatic { index, .. } => { in get_module() 268 | Export::ModuleStatic { .. } in get_resource()
|
| H A D | types.rs | 1179 Export::ModuleStatic { ty: idx, .. } | Export::ModuleImport { ty: idx, .. } => { in from_export()
|
| /wasmtime-44.0.1/crates/environ/src/component/translate/ |
| H A D | inline.rs | 1175 ModuleStatic(idx, ty) => { in initializer() 1644 ModuleDef::Static(index, ty) => dfg::Export::ModuleStatic { ty, index }, in record_export()
|