pub struct ComponentTranslation {
pub component: Component,
pub trampolines: PrimaryMap<TrampolineIndex, Trampoline>,
}Expand description
Metadata as a result of compiling a component.
Fields§
§component: ComponentSerializable information that will be emitted into the final artifact.
trampolines: PrimaryMap<TrampolineIndex, Trampoline>Metadata about required trampolines and what they’re supposed to do.