1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:17:45 +00:00

Base: Add a Game of Life WebAssembly demo

This commit is contained in:
Ali Mohammad Pur 2021-08-25 23:16:33 +04:30 committed by Andreas Kling
parent ba8e1c6f9f
commit ae97241ded
2 changed files with 1576 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -146,6 +146,7 @@
<li><a href="trigonometry.html">canvas + trigonometry functions</a></li>
<li><h3>Wasm</h3></li>
<li><a href="mandelbrot-wasm.html">WebAssembly Mandelbrot Rendering Demo</a></li>
<li><a href="gol-wasm.html">WebAssembly Game Of Life Demo</a></li>
</ul>
<h2>Image Formats</h2>