Write Once, Deploy AnywhereBuild your HTTP workload once with runtime-agnostic core code that compiles to WebAssembly or native targets without changes.
Fastly Compute@Edge SupportDeploy to Fastly Compute@Edge with zero-cold-start WASM binaries using the wasm32-wasip1 target.
Cloudflare Workers SupportRun on Cloudflare Workers with seamless wrangler integration and wasm32-unknown-unknown compilation.
Native Development (Axum)Develop locally with a full-featured Axum/Tokio dev server, then deploy to containers or native hosts.
Type-Safe ExtractorsUse ergonomic extractors like Json, Path, Query, and validated variants with the #[action] macro for clean handler code
Streaming & ProxyingStream responses progressively with Body::stream and forward traffic upstream with built-in proxy helpers.