mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-30 09:22:27 +00:00
16 lines
318 B
Markdown
16 lines
318 B
Markdown
|
Conway's Game of Life
|
||
|
=====================
|
||
|
|
||
|
An AssemblyScript example.
|
||
|
|
||
|
Instructions
|
||
|
------------
|
||
|
|
||
|
To build `assembly/game-of-life.ts` to `game-of-life.wasm`, run:
|
||
|
|
||
|
```
|
||
|
$> npm run build
|
||
|
```
|
||
|
|
||
|
Afterwards, open `game-of-life.html` in a browser (ideally one that allows `fetch`ing the `.wasm` from the local filesystem).
|