Skip to main content

Module binary

Module binary 

Source
Expand description

WebAssembly binary format decoding.

See Spec §5.

Modules§

codesec
Code section parsing.
datasec
Data section parsing.
elemsec
Element section parsing.
exportsec
Export section parsing.
functionsec
Function section parsing.
globalsec
Global section parsing.
importsec
Import section parsing.
instr
Instruction decoding.
leb128
LEB128 (Little Endian Base 128) encoder/decoder.
memorysec
Memory section parsing.
module
Top-level WASM module decoding.
section
WASM section parsing.
startsec
Start section parsing.
tablesec
Table section parsing.
typeparser
Shared parsers for value/reference/heap types.
typesec
Type section parsing.