v0.1.0 — Edge Preview

The Unified
WebAssembly Framework

Build secure, polyglot, zero-dependency edge applications that run on any cloud, any edge — with zero vendor lock-in.

Read the Docs View Company Handbook 🔒
~/dalang — bash
# Install Dalang CLI
$ curl -fsSL https://dalang.dev/install.sh | sh
# Scaffold a new HTTP service in Rust
$ dalang init my-service --template http-rust
# Run locally with hot-reload
$ dalang dev
 ready on http://localhost:8080