Skip Wasm / Application Frameworks

Technology Guide

Suborbital

License: Apache-2.0

Suborbital Logo

Field Guide

Complete Guide

Suborbital was a WebAssembly-based platform for embedding third-party extensions and plugins inside SaaS applications, best known for its E2Core runtime and the Atmo/Reactr/Sat framework for building Wasm-backed microservices. It let product teams expose extension points where customers could upload their own Wasm modules, written in Rust, Go, or JavaScript, and have them run safely inside the host application.

The core building block was Reactr, a Go library that embedded Wasmer/Wasmtime and provided a scheduler and capability API so Wasm modules could do controlled HTTP calls, logging, and cache access without breaking the sandbox. E2Core extended that into a full server that ran functions behind HTTP routes, and Subo was the developer CLI for scaffolding and building modules. The design targeted “plugin systems for SaaS” rather than general-purpose FaaS.

Reactr is now explicitly deprecated, but the Suborbital repositories remain available on GitHub, so the codebase is still a useful reference implementation for embedding WebAssembly as an extensibility surface in Go applications.

No articles found for Suborbital yet. Check back soon!