Contents Menu Expand Light mode Dark mode Auto light/dark mode
WebAssembly 2.0 (Draft 2023-09-10)
Logo
WebAssembly 2.0 (Draft 2023-09-10)
  • Introduction
    • Introduction
    • Overview
  • Structure
    • Conventions
    • Values
    • Types
    • Instructions
    • Modules
  • Validation
    • Conventions
    • Types
    • Instructions
    • Modules
  • Execution
    • Conventions
    • Runtime Structure
    • Numerics
    • Instructions
    • Modules
  • Binary Format
    • Conventions
    • Values
    • Types
    • Instructions
    • Modules
  • Text Format
    • Conventions
    • Lexical Format
    • Values
    • Types
    • Instructions
    • Modules
  • Appendix
    • Embedding
    • Implementation Limitations
    • Validation Algorithm
    • Custom Sections
    • Soundness
    • Change History
  • Index of Types
  • Index of Instructions
  • Index of Semantic Rules
Back to top

Appendix#

  • Embedding
    • Types
    • Errors
    • Pre- and Post-Conditions
    • Store
    • Modules
    • Module Instances
    • Functions
    • Tables
    • Memories
    • Globals
  • Implementation Limitations
    • Syntactic Limits
    • Validation
    • Execution
  • Validation Algorithm
    • Data Structures
    • Validation of Opcode Sequences
  • Custom Sections
    • Name Section
  • Soundness
    • Results
    • Store Validity
    • Configuration Validity
    • Administrative Instructions
    • Store Extension
    • Theorems
  • Change History
    • Release 2.0
Next
Embedding
Previous
Modules
Copyright © 2022, WebAssembly Community Group
Made with Furo
Last updated on 2023-09-10
On this page
  • Appendix