cranelift_wasm::wasmparser

Type Alias ComponentAliasSectionReader

Source
pub type ComponentAliasSectionReader<'a> = SectionLimited<'a, ComponentAlias<'a>>;
Expand description

Section reader for the component alias section

Aliased Typeยง

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