WasmSection.CodeType

Undocumented in source.

Constructors

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

Members

Functions

locals
LocalRange locals()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
ExprRange opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Local
struct Local
Undocumented in source.
LocalRange
struct LocalRange
Undocumented in source.

Variables

data
immutable(ubyte[]) data;
Undocumented in source.
size
size_t size;
Undocumented in source.

Meta