WastParser

Undocumented in source.

Constructors

this
this(WasmWriter writer)
Undocumented in source.

Members

Aliases

Code
alias Code = WasmSection.Code
Undocumented in source.
CodeType
alias CodeType = WasmSection.CodeType
Undocumented in source.
CustomType
alias CustomType = WasmSection.Custom
Undocumented in source.
ExportType
alias ExportType = WasmSection.ExportType
Undocumented in source.
FuncType
alias FuncType = WasmSection.FuncType
Undocumented in source.
Function
alias Function = WasmSection.Function
Undocumented in source.
Global
alias Global = WasmSection.Global
Undocumented in source.
GlobalDesc
alias GlobalDesc = WasmSection.ImportType.ImportDesc.GlobalDesc
Undocumented in source.
GlobalType
alias GlobalType = WasmSection.GlobalType
Undocumented in source.
Type
alias Type = WasmSection.Type
Undocumented in source.
TypeIndex
alias TypeIndex = WasmSection.TypeIndex
Undocumented in source.
WasmSection
alias WasmSection = WasmWriter.WasmSection
Undocumented in source.

Enums

ParserStage
enum ParserStage
Undocumented in source.

Functions

parse
void parse(WastTokenizer tokenizer)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Register
struct Register
Undocumented in source.

Variables

wast_assert
SectionAssert wast_assert;
Undocumented in source.
writer
WasmWriter writer;
Undocumented in source.

Meta