WasmSection.Custom

Undocumented in source.

Constructors

this
this(string name, immutable(ubyte[]) bytes)
Undocumented in source.
this
this(string name, const(Document) doc)
Undocumented in source.
this
this(const(_ReaderCustom) s)
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.

Mixins

__anonymous
mixin Serialize
Undocumented in source.

Variables

bytes
immutable(ubyte)[] bytes;
Undocumented in source.
name
string name;
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