Type Alias wasmparser::CodeSectionReader

source ·
pub type CodeSectionReader<'a> = SectionLimited<'a, FunctionBody<'a>>;
Expand description

A reader for the code section of a WebAssembly module.

Aliased Type§

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