Home
last modified time | relevance | path

Searched refs:CompiledComponentInfo (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dartifacts.rs16 pub info: CompiledComponentInfo,
29 pub struct CompiledComponentInfo { struct
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs19 CompiledComponentInfo, ComponentArtifacts, ComponentTypes, CoreDef, Export, ExportIndex,
87 info: CompiledComponentInfo,
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dcompile.rs151 CompiledComponentInfo, ComponentArtifacts, ComponentTypesBuilder, in build_component_artifacts()
216 let info = CompiledComponentInfo { in build_component_artifacts()