ragingwind / webassembly-starter-kit-rust

WebAssembly Starter Kit with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

WebAssembly Starter Kit with Rust

Collective tools for learning WebAssembly with Rust. WARNING, Docker and packages are not working well on Apple M1

Setup

docker build -t "wask/rust" -f Dockerfile .

Run

docker run -t -i --mount type=bind,source="$PWD",target=/wask -p 3000:3000 "wask/rust"

License

@ MIT

About

WebAssembly Starter Kit with Rust


Languages

Language:Dockerfile 100.0%