WasmReader

Undocumented in source.

Constructors

this
this(immutable(ubyte[]) data)
Undocumented in source.

Members

Aliases

InterfaceModule
alias InterfaceModule = InterfaceModuleT!(Sections)
Undocumented in source.
Sections
alias Sections = SectionsT!(WasmRange.WasmSection)
Undocumented in source.
serialize
alias serialize = data
Undocumented in source.

Functions

data
immutable(ubyte[]) data()
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(InterfaceModule iter)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
WasmRange opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

Vector
immutable(T[]) Vector(immutable(ubyte[]) data, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Limit
struct Limit
Undocumented in source.
WasmRange
struct WasmRange
Undocumented in source.

Variables

_data
immutable(ubyte)[] _data;
Undocumented in source.

Meta