rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

Integrate wasm-pack into the Game of Life tutorial #78

Closed fitzgen closed 6 years ago

fitzgen commented 6 years ago

Fixes #26

Note: this shouldn't be merged until we publish a new version of create-wasm-app to npm or else the npm init step will fail.

+cc @ashleygwilliams

fitzgen commented 6 years ago

Thanks for reviewing @mgattozzi!