tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WasmSection.ElementType
tagion
wasm
WasmReader
WasmReader
WasmRange
WasmSection
Undocumented in source.
struct
WasmSection
struct
ElementType {
immutable
(
uint
)
tableidx
;
immutable
(
ubyte
[])
expr
;
immutable
(
uint
[])
funcs
;
immutable
(
size_t
)
size
;
static
immutable
(
ubyte
[])
exprBlock
(immutable(ubyte[]) data);
this
(immutable(ubyte[]) data);
ExprRange
opSlice
();
}
Constructors
this
this
(immutable(ubyte[]) data)
Undocumented in source.
Members
Functions
opSlice
ExprRange
opSlice
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
exprBlock
immutable
(
ubyte
[])
exprBlock
(immutable(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
expr
immutable
(
ubyte
[])
expr
;
Undocumented in source.
funcs
immutable
(
uint
[])
funcs
;
Undocumented in source.
size
immutable
(
size_t
)
size
;
Undocumented in source.
tableidx
immutable
(
uint
)
tableidx
;
Undocumented in source.
Meta
Source
See Implementation
tagion
wasm
WasmReader
WasmReader
WasmRange
WasmSection
aliases
Code
Data
Element
Export
Function
Global
Import
Memory
Table
Type
classes
Custom
SectionT
Start
constructors
this
functions
sec
static functions
emptySection
structs
CodeType
DataType
ElementType
ExportType
FuncType
GlobalType
ImportType
MemoryType
TableType
TypeIndex
VectorRange
variables
data
section