mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 07:02:13 +00:00
Update example binary sizes (#501)
This commit is contained in:
parent
65c799c925
commit
6a1ffb8e2f
2
NOTICE
2
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
|
The following authors have all licensed their contributions to AssemblyScript
|
||||||
under the licensing terms detailed in LICENSE:
|
under the licensing terms detailed in LICENSE:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Conway's Game of Life
|
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
|
Instructions
|
||||||
------------
|
------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Mandelbrot Set
|
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
|
Instructions
|
||||||
------------
|
------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user