diff --git a/NOTICE b/NOTICE index bbbeac07..c37e7d81 100644 --- a/NOTICE +++ b/NOTICE @@ -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: diff --git a/examples/game-of-life/README.md b/examples/game-of-life/README.md index b138a989..5fca30ac 100644 --- a/examples/game-of-life/README.md +++ b/examples/game-of-life/README.md @@ -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 ------------ diff --git a/examples/mandelbrot/README.md b/examples/mandelbrot/README.md index 7b5e78f6..08e67d99 100644 --- a/examples/mandelbrot/README.md +++ b/examples/mandelbrot/README.md @@ -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 ------------