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:
parent
6af596d9e8
commit
814e35902e
2 changed files with 452 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue