WasmWriter

Undocumented in source.

Constructors

this
this(const(WasmReader) reader)
Undocumented in source.
this
this()
Undocumented in source.

Members

Aliases

Modules
alias Modules = Tuple!(Replace!(WasmSection.Custom, WasmSection.CustomList, Sections))
Undocumented in source.
ReaderCustom
alias ReaderCustom = ReaderSections[Section.CUSTOM]
Undocumented in source.
ReaderSecType
alias ReaderSecType(Section sec) = TemplateArgsOf!(ReaderSections[sec].SecRange)[1]
Undocumented in source.
ReaderSections
alias ReaderSections = WasmReader.Sections
Undocumented in source.
Sections
alias Sections = SectionsT!(WasmSection)
Undocumented in source.

Classes

WasmLoader
class WasmLoader
Undocumented in source.

Enums

asType
eponymoustemplate asType(T)
Undocumented in source.
fromSecType
eponymoustemplate fromSecType(T)
Undocumented in source.

Functions

section
Sections[Sec] section()
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.

Mixin templates

loadSec
mixintemplate loadSec(Section sec_type)
Undocumented in source.

Static functions

opCall
WasmWriter opCall(const(WasmReader) reader)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

WasmSection
struct WasmSection
Undocumented in source.

Templates

AsType
template AsType(T, TList...)
Undocumented in source.
FromSecType
template FromSecType(SecType, TList...)
Undocumented in source.

Variables

mod
Modules mod;
Undocumented in source.

Meta