WasmCloud is a distributed computing framework that allows for building microservices, functions, and fully distributed systems using simple WebAssembly modules. It provides capabilities such as a web server, key-value store, and event sourcing. The framework takes care of dispatching messages and communicating with state stores, allowing developers to focus on writing simple, testable functions.
- WasmCloud allows for building microservices, functions, and fully distributed systems using simple WebAssembly modules
- Capabilities such as a web server, key-value store, and event sourcing are provided
- The framework takes care of dispatching messages and communicating with state stores
- Developers can focus on writing simple, testable functions