Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/colineberhardt/mandelbrot-threaded-webassembly
- Owner: ColinEberhardt
- License: mit
- Created: 2019-07-15T07:49:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T07:41:07.000Z (over 1 year ago)
- Last Synced: 2024-11-14T17:48:17.798Z (2 months ago)
- Topics: mandelbrot, threads, webassembly
- Language: WebAssembly
- Homepage: https://colineberhardt.github.io/mandelbrot-threaded-webassembly/
- Size: 3.91 KB
- Stars: 41
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```