init Readme

This commit is contained in:
AtHeartEngineer
2022-12-05 05:41:28 +00:00
parent 557bda8e7e
commit 66f5f1737e

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Learning Rust Wasm
Converting some of my [javascript code](bg.js) 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`
## Dev
`npm run serve` -> `http://localhost:8079`