cranelift_wasm::wasmparser

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