WASM and Docker can work together. WASM applications can run inside containers managed by Docker and containerd. Docker Desktop now supports running WASM modules via containerd-wasm-shim. The demo showed building a Rust application into a WASM module, packaging it in a Docker image, and running it in a container on the same network as normal containers. In the future, WASM could be used to run untrusted code securely inside containers and easily install plugins in desktop applications.