Expand description
WebAssembly Component Model data structures
Structs§
- Component
- A WebAssembly Component
- Component
Instance - Component instance
- Core
Module - A core WebAssembly module
- Export
- Export declaration
- Function
- A function in a core module
- Function
Signature - Function signature (parameters and results)
- Global
- Global variable
- Import
- Import declaration
- Memory
- Linear memory
- Table
- Table
- WITFunction
- WIT function
- WITInterface
- WIT (WebAssembly Interface Type) interface
Enums§
- Export
Kind - Export kind
- Import
Kind - Import kind
- Value
Type - WebAssembly value types
- WITType
- WIT types (component model types)