WasmReader.WasmRange

Undocumented in source.
struct WasmReader
@safe
struct WasmRange {
immutable(ubyte[]) data;
protected
size_t _index;
immutable(string) magic;
immutable(uint) vernum;
}

Members

Structs

WasmSection
struct WasmSection
Undocumented in source.