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
commit ae97241ded
Notes: sideshowbarker 2024-07-18 05:17:41 +09:00
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>