Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 595 Bytes

Learning Rust Wasm

pages-build-deployment

Converting some of my javascript code that makes an animated background on a canvas to Rust Wasm, mainly for learning purposes.

Install Dependencies

npm install cargo install wasm-pack

Build

npm run build

Delete ./docs/.gitignore before pushing

Dev

npm run serve -> http://localhost:8079