Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Mandelbrot Set Plotting with WebAssembly in AssemblyScript

Demo project to show plotting Manderbrot set with WebAssembly written in AssemblyScript.

Build

npm i
npm run asbuild:optimized

Run

npm start

Open http://127.0.0.1:3000 in a web browser.