Fix some diagnostic issues when skipping invalid statements, see #80; Make game-of-life example somewhat interactive; Update dist files

This commit is contained in:
dcodeIO
2018-04-22 23:13:02 +02:00
parent fac0fc59b5
commit 2ff1bb745a
17 changed files with 771 additions and 1770 deletions

View File

@@ -1,7 +1,7 @@
Conway's Game of Life
=====================
An [AssemblyScript](http://assemblyscript.org) example. Continuously updates the cellular automaton and visualizes its state on a canvas. Compiles to ~750 bytes of optimized WASM.
An [AssemblyScript](http://assemblyscript.org) example. Continuously updates the cellular automaton and visualizes its state on a canvas. Compiles to ~920 bytes of optimized WASM.
Instructions
------------