Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 343 Bytes

Rust and WebAssembly tutorial

Tutorial - Rust and WebAssembly

ライフゲーム

Run

$ wasm-pack build # install here https://rustwasm.github.io/wasm-pack/installer/
$ cd www
$ npm run start
$ open http://locahost:8080