Wednesday, January 11, 2023

Docker + WASM

 Exploring Docker Hub’s WASM technical preview | by B Shyam Sundar | Dec, 2022 | Medium

docker run -dp 8080:8080 \
--name=wasm-example \
--runtime=io.containerd.wasmedge.v1 \
--platform=wasi/wasm32 \
michaelirwin244/wasm-example


WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications.

It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.


No comments: