We are focused on building tools to enable the development, deployment and management of applications as WebAssembly modules.
Ultimately we want to support the growth of a cloud-native WASM ecosystem. We promise that our open source projects will remain open.
Three interesting projects (which might be helpful for building on Safe Network):
A simple CMS-like tool built in Rust for hosting websites (like fermyon.com). It compiles entirely to WebAssembly, and runs in any WAGI-capable system >>> GitHub - fermyon/bartholomew: The Micro-CMS for WebAssembly and Spin
Experimental reference implementations for WebAssembly hosts, providing features like HTTP, key/value storage, caching, and logging. >>> GitHub - fermyon/wasi-experimental-toolkit: Experimental interfaces for commonly used WebAssembly functionality
An advanced host execution environment for WebAssembly components - bringing together projects like Bindle and the WebAssembly component model; Spin provides a simple CLI to build and publish applications.