An open API service indexing awesome lists of open source software.

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

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
```