Skip to content

Commit 6a1ffb8

Browse files
MaxGraeydcodeIO
authored andcommitted
Update example binary sizes (AssemblyScript#501)
1 parent 65c799c commit 6a1ffb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017-2018 AssemblyScript authors.
1+
Copyright (c) 2017-2019 AssemblyScript authors.
22

33
The following authors have all licensed their contributions to AssemblyScript
44
under the licensing terms detailed in LICENSE:

examples/game-of-life/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Conway's Game of Life
22
=====================
33

4-
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.
4+
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.
55

66
Instructions
77
------------

examples/mandelbrot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Mandelbrot Set
22
==============
33

4-
An [AssemblyScript](http://assemblyscript.org) example. Renders the Mandelbrot set to a canvas. Compiles to ~550 bytes of optimized WASM.
4+
An [AssemblyScript](http://assemblyscript.org) example. Renders the Mandelbrot set to a canvas. Compiles to ~590 bytes of optimized WASM.
55

66
Instructions
77
------------

0 commit comments

Comments
 (0)