tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WasmSection.DataType
tagion
wasm
WasmReader
WasmReader
WasmRange
WasmSection
Undocumented in source.
struct
WasmSection
struct
DataType {
immutable
uint
idx
;
immutable
(
ubyte
[])
expr
;
immutable
(
char
[])
base
;
immutable
(
size_t
)
size
;
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.
Variables
base
immutable
(
char
[])
base
;
Undocumented in source.
expr
immutable
(
ubyte
[])
expr
;
Undocumented in source.
idx
uint
idx
;
Undocumented in source.
size
immutable
(
size_t
)
size
;
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