Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colineberhardt/mandelbrot-threaded-webassembly

A simple demonstration of WebAssembly threads
https://github.com/colineberhardt/mandelbrot-threaded-webassembly

mandelbrot threads webassembly

Last synced: about 2 months ago
JSON representation

A simple demonstration of WebAssembly threads

Awesome Lists containing this project

README

        

# Multi-threaded Mandelbrot with WebAssembly

A simple demonstration of WebAssembly threads - for further details see the [associated blog post](https://blog.scottlogic.com/2019/07/15/multithreaded-webassembly.html).

## Development

Using the WebAssembly Binary Toolkit ...

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