Home
last modified time | relevance | path

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

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