Skip to content

Commit 41289ac

Browse files
committed
Add a fiddle for the mandelbrot example, fixes AssemblyScript#109
1 parent 6c0a5c4 commit 41289ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Examples
6060
* **[Conway's Game of Life](./examples/game-of-life)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/game-of-life/index.html) | [fiddle](https://webassembly.studio/?f=gvuw4enb3qk) ]<br />
6161
Continuously updates the cellular automaton and visualizes its state on a canvas.
6262

63-
* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) ]<br />
63+
* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) | [fiddle](https://webassembly.studio/?f=pne1undq5g) ]<br />
6464
Renders the Mandelbrot set to a canvas.
6565

6666
* **[i64 polyfill](./examples/i64-polyfill)**<br />

0 commit comments

Comments
 (0)