tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WasmReader.Limit
tagion
wasm
WasmReader
WasmReader
Undocumented in source.
struct
WasmReader
struct
Limit {
Limits
lim
;
uint
from
;
uint
to
;
this
(immutable(ubyte[]) data, size_t index);
}
Constructors
this
this
(immutable(ubyte[]) data, size_t index)
Undocumented in source.
Members
Variables
from
uint
from
;
Undocumented in source.
lim
Limits
lim
;
Undocumented in source.
to
uint
to
;
Undocumented in source.
Meta
Source
See Implementation
tagion
wasm
WasmReader
WasmReader
aliases
InterfaceModule
Sections
serialize
constructors
this
functions
data
get
opCall
opSlice
static functions
Vector
structs
Limit
WasmRange
variables
_data