wasmtime_environ::wasmparser

Type Alias TypeSectionReader

source
pub type TypeSectionReader<'a> = SectionLimited<'a, RecGroup>;
Expand description

A reader for the type section of a WebAssembly module.

Aliased Typeยง

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