https://github.com/koka/wasm-life-game
Game of Life in WASM / Typescript
https://github.com/koka/wasm-life-game
Last synced: 3 months ago
JSON representation
Game of Life in WASM / Typescript
- Host: GitHub
- URL: https://github.com/koka/wasm-life-game
- Owner: Koka
- Created: 2022-10-01T14:56:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T13:49:15.000Z (over 2 years ago)
- Last Synced: 2025-02-01T14:26:40.538Z (5 months ago)
- Language: TypeScript
- Homepage: wasm-life-game.vercel.app
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of Life in WASM / Typescript
## Prerequisites
Please be sure you have [Rust](https://rustup.rs/) and [wasm-pack](https://github.com/rustwasm/wasm-pack) installed
## Useful commands
Run devserver with live reloading:
```
yarn dev
```Build for production:
```
yarn build
```Build WASM module only (sometimes useful):
```
yarn wasm
```