https://github.com/reshane/wasm-gol
Following along with rustwasm tutorial
https://github.com/reshane/wasm-gol
wasm wasm-bindgen wasm-pack webpack
Last synced: 2 months ago
JSON representation
Following along with rustwasm tutorial
- Host: GitHub
- URL: https://github.com/reshane/wasm-gol
- Owner: reshane
- Created: 2025-04-14T23:05:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T23:20:18.000Z (6 months ago)
- Last Synced: 2025-04-15T00:25:46.303Z (6 months ago)
- Topics: wasm, wasm-bindgen, wasm-pack, webpack
- Language: Rust
- Homepage: https://rustwasm.github.io/docs/book/game-of-life/introduction.html
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Start
clone the repo and run the following from the root of the project...
```bash
npm install && npm run serve
```
then visit http://localhost:8080