Home
last modified time | relevance | path

Searched defs:TypeModuleIndex (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs383 ) -> Result<TypeModuleIndex> { in convert_module()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dtypes.rs985 pub(crate) fn from(index: TypeModuleIndex, ty: &InstanceType<'_>) -> Self { in from()