tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WasmSection.GlobalType
tagion
wasm
WasmWriter
WasmWriter
WasmSection
Undocumented in source.
struct
WasmSection
struct
GlobalType {
alias
GlobalDesc
=
ImportType
.
ImportDesc
.
GlobalDesc
;
GlobalDesc
global
;
@
Section
(
Section
.
CODE
)
immutable
(
ubyte
)[]
expr
;
this
(GlobalDesc global, immutable(ubyte)[] expr);
this
(const(ReaderSecType!(Section.GLOBAL)) g);
mixin
Serialize
;
}
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
Source
See Implementation
tagion
wasm
WasmWriter
WasmWriter
WasmSection
aliases
Code
Data
Element
Export
Function
Global
Import
Memory
Table
Type
classes
Custom
SectionT
Start
mixin templates
Serialize
structs
CodeType
CustomList
DataType
ElementType
ExportType
FuncType
GlobalType
ImportType
Limit
MemoryType
TableType
TypeIndex