wasmCloud
wasmCloud is a CNCF incubating platform for building, managing, and scaling distributed applications using WebAssembly components. It provides a runtime that manages the lifecycle of WebAssembly actors and capability providers, enabling developers to write portable business logic that connects to infrastructure capabilities like HTTP servers, messaging, key-value stores, and databases through a declarative linking model based on WebAssembly Interface Types (WIT).
APIs
wasmCloud Control Interface API
The wasmCloud control interface provides a NATS-based API for managing the wasmCloud lattice. It supports operations for starting and stopping actors and providers, establishing...
wasmCloud Application Deployment Manager (wadm) API
wadm provides a declarative application deployment API for wasmCloud. Applications are defined as YAML manifests specifying components, capability providers, and their links. wa...
wasmCloud wash CLI
wash (WAsmcloud SHell) is the comprehensive command-line tool for developing, building, deploying, and managing wasmCloud applications and WebAssembly components. It bundles a w...
wasmCloud WIT Interfaces
wasmCloud interfaces are defined using WebAssembly Interface Type (WIT), the open standard interface description language maintained as part of the W3C WebAssembly Component Mod...
wasmCloud Kubernetes Operator
The wasmCloud Kubernetes Operator enables running wasmCloud infrastructure natively on Kubernetes clusters. It deploys wasmCloud hosts as Kubernetes workloads and bridges the Ku...
Event Specifications
wasmCloud Control Interface API
AsyncAPI specification for the wasmCloud Control Interface, a NATS-based API for managing the wasmCloud lattice. Operators and tooling (wash CLI, wasmCloud dashboard, wadm) inte...
ASYNCAPIwasmCloud Lattice Events
The wasmCloud lattice event system publishes CloudEvents-format messages to NATS subjects describing the lifecycle of components, capability providers, links, and hosts within a...
ASYNCAPIwasmCloud wadm Application Deployment Manager API
The wasmCloud Application Deployment Manager (wadm) API is exposed entirely as a NATS service using a subject-per-operation model. All API requests and responses are JSON-encode...
ASYNCAPI