wasmtime_environ::wasmparser

Type Alias GlobalSectionReader

Source
pub type GlobalSectionReader<'a> = SectionLimited<'a, Global<'a>>;
Expand description

A reader for the global section of a WebAssembly module.

Aliased Typeยง

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