How to run WebAssembly/WASI application (Spin) with Dapr on Kubernetes
The original post is hosted at https://dev.to/thangchung/how-to-run-webassemblywasi-application-spin-with-dapr-on-kubernetes-2b8n Introduction As far as we know, WebAssembly (WASM) / WebAssembly System Interface (WASI) is gaining traction these days. It comes with a lot of benefits such as faster startup times (no cold-start like serverless, start-up around milliseconds), near-native performance (WASM format), lightweight (very small sizing), convenience and versatility (build once run everywhere …
How to run WebAssembly/WASI application (Spin) with Dapr on Kubernetes Read More »