pub type ComponentCanonicalSectionReader<'a> = SectionLimited<'a, CanonicalFunction>;
Available on crate feature
component-model
only.Expand description
A reader for the canonical section of a WebAssembly component.
Aliased Typeยง
struct ComponentCanonicalSectionReader<'a> { /* private fields */ }