Type Alias wasmparser::ComponentCanonicalSectionReader

source ·
pub type ComponentCanonicalSectionReader<'a> = SectionLimited<'a, CanonicalFunction>;
Expand description

A reader for the canonical section of a WebAssembly component.

Aliased Type§

struct ComponentCanonicalSectionReader<'a> { /* private fields */ }