the nano wasm functions runners
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.
 
- 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