tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WasmSection.Custom
tagion
wasm
WasmWriter
WasmWriter
WasmSection
Undocumented in source.
struct
WasmSection
static
class
Custom {
string
name
;
immutable
(
ubyte
)[]
bytes
;
size_t
guess_size
();
this
(string name, immutable(ubyte[]) bytes);
import
tagion
.
hibon
.
Document
;
;
this
(string name, const(Document) doc);
this
(const(_ReaderCustom) s);
mixin
Serialize
;
}
Constructors
this
this
(string name, immutable(ubyte[]) bytes)
Undocumented in source.
this
this
(string name, const(Document) doc)
Undocumented in source.
this
this
(const(_ReaderCustom) s)
Undocumented in source.
Members
Functions
guess_size
size_t
guess_size
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Serialize
Undocumented in source.
Variables
bytes
immutable
(
ubyte
)[]
bytes
;
Undocumented in source.
name
string
name
;
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