zerovolts / wasm-explorations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wasm Explorations

A collection of graphics-based WebAssembly Text projects

Start the server

node server

Compile one of the Wasm projects

Conway's game of life

npm run compile ./static/life/life

Mandelbrot Fractal

npm run compile ./static/fractal/fractal

Navigate to web page

localhost:3000/life localhost:3000/fractal

About


Languages

Language:WebAssembly 64.9%Language:JavaScript 32.8%Language:HTML 2.3%