capsule
capsule copied to clipboard
A Capsule application is a runner (or launcher) of wasm functions. Capsule HTTP can serve the functions through HTTP (it’s possible to use Capsule as a simple CLI with Capsule CLI). And soon: NATS and...
Capsule, next generation
the nano wasm functions runners
What is the Capsule project?
Capsule is a set of WASM runners. Right now, the Capsule project is composed of:
- Capsule CLI: to simply execute a WebAssembly module in a terminal
- Capsule HTTP server to serve a WebAssembly module like a micro service or a function.
Host DK & Module DK
- The Capsule applications are developed thanks to the Capsule Host SDK (HDK)
- The Capsule modules executed by the The Capsule applications are developed thanks to the Capsule Module SDK (MDK)
🎉 That means, since now, it's possible to develop various runners thanks to the Capsule HostSDK