5 Binary Format¶
- 5.1 Conventions
- 5.1.1 Grammar
- 5.1.2 Auxiliary Notation
- 5.1.3 Vectors
- 5.2 Values
- 5.2.1 Bytes
- 5.2.2 Integers
- 5.2.3 Floating-Point
- 5.2.4 Names
- 5.3 Types
- 5.3.1 Value Types
- 5.3.2 Result Types
- 5.3.3 Function Types
- 5.3.4 Limits
- 5.3.5 Memory Types
- 5.3.6 Table Types
- 5.3.7 Global Types
- 5.4 Instructions
- 5.4.1 Control Instructions
- 5.4.2 Parametric Instructions
- 5.4.3 Variable Instructions
- 5.4.4 Memory Instructions
- 5.4.5 Numeric Instructions
- 5.4.6 Expressions
- 5.5 Modules
- 5.5.1 Indices
- 5.5.2 Sections
- 5.5.3 Custom Section
- 5.5.4 Type Section
- 5.5.5 Import Section
- 5.5.6 Function Section
- 5.5.7 Table Section
- 5.5.8 Memory Section
- 5.5.9 Global Section
- 5.5.10 Export Section
- 5.5.11 Start Section
- 5.5.12 Element Section
- 5.5.13 Code Section
- 5.5.14 Data Section
- 5.5.15 Modules