WEBAssembly rust based backed docker image wasm platform
177
GitHub Code : https://github.com/harsh4870/WASM-Docker
Build command : docker buildx build --platform wasi/wasm -t wasm-docker-example .
Run command : docker run -p 8080:8080 --rm --runtime=io.containerd.wasmedge.v1 --platform=wasi/wasm wasm-docker-example
Inspect image : docker image inspect wasm-docker-example | grep -A 3 "Architecture"
Content type
Image
Digest
sha256:2a6a1718c…
Size
2.3 MB
Last updated
almost 3 years ago
docker pull harshmanvar/wasm-rust-backend:v1