tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WasmSection.FuncType
tagion
wasm
WasmReader
WasmReader
WasmRange
WasmSection
Undocumented in source.
struct
WasmSection
struct
FuncType {
immutable
(
Types
)
type
;
immutable
(
Types
[])
params
;
immutable
(
Types
[])
results
;
immutable
(
size_t
)
size
;
this
(immutable(ubyte[]) data);
}
Constructors
this
this
(immutable(ubyte[]) data)
Undocumented in source.
Members
Variables
params
immutable
(
Types
[])
params
;
Undocumented in source.
results
immutable
(
Types
[])
results
;
Undocumented in source.
size
immutable
(
size_t
)
size
;
Undocumented in source.
type
immutable
(
Types
)
type
;
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