/docker-rust-wasm32-nightly

Primary LanguageDockerfileBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Rust WASM32 Nightly in Docker

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.

License

This project and its file are under BSD-3-Clause open-source license.