Home
last modified time | relevance | path

Searched refs:ModuleImport (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Ddfg.rs251 ModuleImport { enumerator
805 Export::ModuleImport { ty, import } => info::Export::ModuleImport { in export()
H A Dinfo.rs482 ModuleImport { enumerator
H A Dtypes_builder.rs135 Export::ModuleStatic { ty, .. } | Export::ModuleImport { ty, .. } => { in export_type_def()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dinstance.rs231 Export::ModuleImport { import, .. } => match instance.runtime_import(*import) { in get_module()
269 | Export::ModuleImport { .. } in get_resource()
H A Dtypes.rs1179 Export::ModuleStatic { ty: idx, .. } | Export::ModuleImport { ty: idx, .. } => { in from_export()
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs1645 ModuleDef::Import(path, ty) => dfg::Export::ModuleImport { in record_export()