Skip to content

Commit

Permalink
Add link to WASM emscripten-port.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsiodras committed Dec 3, 2022
1 parent dd994f5 commit e5a6498
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ Then, build the code - with...
$ ./configure
$ make

For people that prefer browsers
-------------------------------

You can also use a [WASM port](https://www.thanassis.space/mandel.html) that
runs in modern browsers. But please note that the native code is dramatically
faster, since it uses AVX/SSE instructions, and utilises all cores available in
your machine. WASM is a poor substitute :-)

Usage
-----

Expand Down

0 comments on commit e5a6498

Please sign in to comment.