wasmtime_environ::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 */ }