Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 585 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 585 Bytes

🦀❄️ Wasm - Make Some SNOW!

WebAssembly port of the ❄️ Let's make some SNOW! tutorial by the awesome Paul Lewis (@paullewis).

Demo

Run it locally

First, install wasm-pack!

  • npm run start -- Serve the project locally for development at http://localhost:8080.

  • npm run build -- Bundle the project (in production mode).