Nov 2
2021
Distribute WebAssembly modules as OCI artifacts
Read how to leverage Azure Container Registry (ACR), to distribute WebAssembly (Wasm) modules as OCI artifacts.
5 min read
WebAssembly (WASM) is a binary instruction format that enables high-performance applications on the web and beyond. I've been working extensively with WebAssembly, particularly through Fermyon Spin, to build fast, secure microservices. These posts cover my journey with WASM, from basic concepts to advanced deployment strategies.
Read how to leverage Azure Container Registry (ACR), to distribute WebAssembly (Wasm) modules as OCI artifacts.
Do you want to run WebAssembly (Wasm) workloads directly in Azure Kubernetes Service (AKS)? This post explains how to add krustlet node pools to your AKS cluster.