wasm-reader ~master (2019-11-01T21:40:58Z)
Dub
Repo
import_entry
wasm_reader
reader
Undocumented in source.
struct
import_entry {
@
encoding
!
varuint32
uint
module_len
;
@
length
!"module_len"
string
module_str
;
@
encoding
!
varuint32
uint
field_len
;
@
length
!"field_len"
string
field_str
;
external_kind
kind
;
@
condition
!"kind == external_kind.Function"
@
encoding
!
varuint32
uint
functionType
;
@
condition
!"kind == external_kind.Table"
table_type
tableType
;
@
condition
!"kind == external_kind.Memory"
memory_type
memoryType
;
@
condition
!"kind == external_kind.Global"
global_type
globalType
;
}
Members
Variables
field_len
uint
field_len
;
Undocumented in source.
field_str
string
field_str
;
Undocumented in source.
functionType
uint
functionType
;
Undocumented in source.
globalType
global_type
globalType
;
Undocumented in source.
kind
external_kind
kind
;
Undocumented in source.
memoryType
memory_type
memoryType
;
Undocumented in source.
module_len
uint
module_len
;
Undocumented in source.
module_str
string
module_str
;
Undocumented in source.
tableType
table_type
tableType
;
Undocumented in source.
Meta
Source
See Implementation
wasm_reader
reader
enums
elem_type
external_kind
value_type
functions
readEncoding
readSections
structs
RangeWithPosition
Section
Sections
condition
encoding
global_type
header
import_entry
import_section
length
memory_type
positionMark
resizable_limits
table_type
templates
read
readMember