Update example binary sizes (#501)

This commit is contained in:
Max Graey 2019-02-22 16:06:34 +02:00 committed by Daniel Wirtz
parent 65c799c925
commit 6a1ffb8e2f
3 changed files with 3 additions and 3 deletions

2
NOTICE
View File

@ -1,4 +1,4 @@
Copyright (c) 2017-2018 AssemblyScript authors.
Copyright (c) 2017-2019 AssemblyScript authors.
The following authors have all licensed their contributions to AssemblyScript
under the licensing terms detailed in LICENSE:

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 ~920 bytes of optimized WASM.
An [AssemblyScript](http://assemblyscript.org) example. Continuously updates the cellular automaton and visualizes its state on a canvas. Compiles to ~940 bytes of optimized WASM.
Instructions
------------

View File

@ -1,7 +1,7 @@
Mandelbrot Set
==============
An [AssemblyScript](http://assemblyscript.org) example. Renders the Mandelbrot set to a canvas. Compiles to ~550 bytes of optimized WASM.
An [AssemblyScript](http://assemblyscript.org) example. Renders the Mandelbrot set to a canvas. Compiles to ~590 bytes of optimized WASM.
Instructions
------------