This repository use ubuntu 18.04 to build a working wasm build-ready environment and dockerized.
You can use the following command to pull this image which currently stores at Docker Hub
docker pull jasongop/rust-wasm32:1.39.0-nightly
You can make this image as the base image to build your wasm project by using:
FROM rust-wasm32:1.39.0-nightly
...snip...
or:
FROM rust-wasm32:latest
Feel free to fill an issue or submit your pull request.
This project and its file are under BSD-3-Clause open-source license.