5 min read
WASM
WASI 0.2 turns polyglot microservices into composable libraries
The stabilization of the WebAssembly System Interface (WASI) 0.2 and the Component Model marks a major milestone for server-side WASM. This isn't just about running sandboxed code anymore. The Component Model allows developers to build independent, language-agnostic, and reusable components that ...