Skip to content

ColinEberhardt/mandelbrot-threaded-webassembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-threaded Mandelbrot with WebAssembly

A simple demonstration of WebAssembly threads - for further details see the associated blog post.

Development

Using the WebAssembly Binary Toolkit ...

wat2wasm --enable-threads mandelbrot.wat -o mandelbrot.wasm