Collective tools for learning WebAssembly with Rust. WARNING, Docker and packages are not working well on Apple M1
docker build -t "wask/rust" -f Dockerfile .
docker run -t -i --mount type=bind,source="$PWD",target=/wask -p 3000:3000 "wask/rust"
@ MIT