This project is based on the repository from Dough Milford https://github.com/dmilford/rust-3d-demo.git
- rustup
- Node and npm then
npm install
- wasm or
cargo install wasm-pack
setup: | npm install |
|
Dev-server: | npm run dev |
runs local dev server, on port 9000 |
Build: | npm run build |
builds wasm packages and adds them to the specified target (default: wasm32-unknown-unknown) |