cranelift_wasm::wasmparser

Type Alias 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 */ }