Release
Hives 0.2
Dual runtime, WASI 0.3 native async, DNET encrypted overlay, and MAP Fleet integration. The biggest release yet.
Release reading guide
Four themes. One release to explore.
Turn the index reel to focus on a topic covered in the release notes. The article below supplies the implementation details.
Chapter 1 of 4
What is new
Four major capabilities.
Dual runtime: Wasmtime + V8
Choose the right engine per workload. Wasmtime for WASI-native modules with sub-millisecond cold starts. V8 for JavaScript and TypeScript compatibility. Same deployment, same API, runtime-level routing.
WASI 0.3 native async
First-class async I/O through the WASI 0.3 preview. Workloads can await network calls, file reads, and timer events without blocking the executor. Cooperative scheduling with microsecond granularity.
DNET encrypted overlay
Workload-to-workload communication over a WireGuard-based encrypted overlay network. Zero configuration. mTLS by default. Cross-region routing with sub-10ms latency within the same continent.
MAP Fleet integration
Deploy and manage workload fleets through the MAP protocol router. Declarative manifests, rolling updates, canary deployments, and automatic rollback. Infrastructure as protocol, not infrastructure as code.