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