From 814e35902e37d22bd56095a3e7c553337c5a628b Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Sat, 22 May 2021 15:34:51 +0430 Subject: [PATCH] Base: Add a WebAssembly mandelbrot demo This is now good enough to make a showcase of :P --- Base/res/html/misc/mandelbrot-wasm.html | 451 ++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 452 insertions(+) create mode 100644 Base/res/html/misc/mandelbrot-wasm.html diff --git a/Base/res/html/misc/mandelbrot-wasm.html b/Base/res/html/misc/mandelbrot-wasm.html new file mode 100644 index 0000000000..c549fd7691 --- /dev/null +++ b/Base/res/html/misc/mandelbrot-wasm.html @@ -0,0 +1,451 @@ + + + + + + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 60d3fea30d..26ed468e6f 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -38,6 +38,7 @@ span#loadtime {

This page loaded in ms

Some small test pages: