WasmSection.GlobalType

Undocumented in source.

Constructors

this
this(GlobalDesc global, immutable(ubyte)[] expr)
Undocumented in source.
this
this(const(ReaderSecType!(Section.GLOBAL)) g)
Undocumented in source.

Members

Aliases

GlobalDesc
alias GlobalDesc = ImportType.ImportDesc.GlobalDesc
Undocumented in source.

Mixins

__anonymous
mixin Serialize
Undocumented in source.

Variables

expr
immutable(ubyte)[] expr;
Undocumented in source.
global
GlobalDesc global;
Undocumented in source.

Mixed In Members

From mixin Serialize

serialize
void serialize(OutBuffer bout)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta