Fermyon Cloud is the easiest way to deploy and manage cloud native WebAssembly applications with Spin, developer tool.
podcast
fermyon/spin: Spin is an open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly (@GitHub; Rust)
"Spin is an open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly. It aims to be the easiest way to get started with WebAssembly microservices, and takes advantage of the latest developments in the WebAssembly component model and Wasmtime runtime.
Spin offers a simple CLI that helps you create, distribute, and execute applications, and in the next sections we will learn more about Spin applications and how to get started."
even Docker is working on WASM
docker run -dp 8080:8080 \
--name=wasm-example \
--runtime=io.containerd.wasmedge.v1 \
--platform=wasi/wasm32 \
michaelirwin244/wasm-example
No comments:
Post a Comment