1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

Base: Add a WebAssembly mandelbrot demo

This is now good enough to make a showcase of :P
This commit is contained in:
Ali Mohammad Pur 2021-05-22 15:34:51 +04:30 committed by Ali Mohammad Pur
parent 6af596d9e8
commit 814e35902e
2 changed files with 452 additions and 0 deletions

View file

@ -38,6 +38,7 @@ span#loadtime {
<p>This page loaded in <b><span id="loadtime"></span></b> ms</p>
<p>Some small test pages:</p>
<ul>
<li><a href="mandelbrot-wasm.html">WebAssembly Mandelbrot Rendering Demo</a></li>
<li><a href="ddssuite.html">DDS test suite</a></li>
<li><a href="websocket.html">WebSocket API Test</a></li>
<li><a href="cookie.html">document.cookie</a></li>