-
Notifications
You must be signed in to change notification settings - Fork 20
Component Model (WIT) interop #238
Copy link
Copy link
Open
Labels
C10C10 — EcosystemC10 — EcosystemblockedCannot be addressed until a dependency lands; see Relationships panelCannot be addressed until a dependency lands; see Relationships panelenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
C10C10 — EcosystemC10 — EcosystemblockedCannot be addressed until a dependency lands; see Relationships panelCannot be addressed until a dependency lands; see Relationships panelenhancementNew feature or requestNew feature or request
Add WASM Component Model (WIT) interop support.
Motivation
The WASM Component Model enables Vera components to interoperate with components written in Rust, Go, Python, and other languages via WIT (WebAssembly Interface Type) interfaces. This is critical for ecosystem access — Vera does not need to implement every library natively if it can call into existing components.
Proposed work
Context
The Component Model is Phase 2/3 in W3C standardization and production-ready in Wasmtime and Fermyon Spin. It provides a standard ABI for cross-language function calls, typed data exchange, and resource management.
Dependencies