wasmtime_environ::wasmparser

Type Alias FunctionSectionReader

Source
pub type FunctionSectionReader<'a> = SectionLimited<'a, u32>;
Expand description

A reader for the function section of a WebAssembly module.

Aliased Typeยง

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