Files
Animated_Background/README.md
2023-04-13 13:50:51 +09:00

595 B

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