WASI 0.2 Component Model interfaces. Type-safe contracts between host and guest.
WIT (WASM Interface Types) is the contract language for the Component Model. It defines the types, functions, and resources that a guest module can import from the host and export to callers.
Hives implements the full WASI 0.2 surface plus platform-specific extensions for storage, queues, config, and secrets. Every interface is versioned, documented, and backward-compatible.