deamwork / docker-rust-wasm32-nightly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 100.0%