Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 309 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 309 Bytes

Mandelbrot set

Try online

https://istudyatuni.github.io/mandelbrot

Build WASM

You need rust and cargo (for installing build tool). Install wasm-pack:

cargo install wasm-pack

Build:

./scripts/build-wasm.sh
# or
yarn build:wasm

Running locally

yarn dev