WasmSection.CodeType

Undocumented in source.

Constructors

this
this(Local[] locals, immutable(ubyte[]) expr)
Undocumented in source.
this
this(const(Types[]) types, immutable(ubyte[]) expr)
Undocumented in source.
this
this(const(ReaderSecType!(Section.CODE)) c)
Undocumented in source.

Members

Functions

guess_size
size_t guess_size()
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.
serialize
void serialize(OutBuffer bout)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
immutable(ubyte[]) serialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

toLocals
Local[] toLocals(const(Types[]) types)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Local
struct Local
Undocumented in source.

Variables

expr
immutable(ubyte)[] expr;
Undocumented in source.
locals
Local[] locals;
Undocumented in source.

Meta