WasmWriter.WasmSection

Undocumented in source.

Members

Aliases

Code
alias Code = SectionT!(CodeType)
Undocumented in source.
Data
alias Data = SectionT!(DataType)
Undocumented in source.
Element
alias Element = SectionT!(ElementType)
Undocumented in source.
Export
alias Export = SectionT!(ExportType)
Undocumented in source.
Function
alias Function = SectionT!(TypeIndex)
Undocumented in source.
Global
alias Global = SectionT!(GlobalType)
Undocumented in source.
Import
alias Import = SectionT!(ImportType)
Undocumented in source.
Memory
alias Memory = SectionT!(MemoryType)
Undocumented in source.
Table
alias Table = SectionT!(TableType)
Undocumented in source.
Type
alias Type = SectionT!(FuncType)
Undocumented in source.

Classes

Custom
class Custom
Undocumented in source.
SectionT
class SectionT(SecType)
Undocumented in source.
Start
class Start
Undocumented in source.

Mixin templates

Serialize
mixintemplate Serialize()
Undocumented in source.

Structs

CodeType
struct CodeType
Undocumented in source.
CustomList
struct CustomList
Undocumented in source.
DataType
struct DataType
Undocumented in source.
ElementType
struct ElementType
Undocumented in source.
ExportType
struct ExportType
Undocumented in source.
FuncType
struct FuncType
Undocumented in source.
GlobalType
struct GlobalType
Undocumented in source.
ImportType
struct ImportType
Undocumented in source.
Limit
struct Limit
Undocumented in source.
MemoryType
struct MemoryType
Undocumented in source.
TableType
struct TableType
Undocumented in source.
TypeIndex
struct TypeIndex
Undocumented in source.

Meta