Expand description
WebAssembly Component Model implementation
This module provides support for the WebAssembly Component Model, which enables more complex and type-safe interactions between host and guest.
The Component Model allows for:
- Interface-driven development
- Multi-language component authoring
- Structured data exchange
- Explicit imports and exports
Structsยง
- Component
Function Caller - Function caller implementation for WebAssembly Components
- Component
Instance - A WebAssembly Component Instance
- Component
Module - A WebAssembly Component Module
- Component
Runtime - Component Model runtime manager