Wasm is a runtime that can run on various platforms, including Docker.
This quickstart tutorial demonstrates how to run a Wasm-based Go application in Docker.
The tutorial provides the Go code for a simple 'hello world' app and shows how to build and run it as a Wasm binary.
A Dockerfile is provided to create a container image that uses the Wasm binary, and the image is built and run using the appropriate Wasm runtime in Docker.