Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 625 Bytes

wasm_boilerplate

About

This project is based on the repository from Dough Milford https://github.com/dmilford/rust-3d-demo.git

Requirements

  1. rustup
  2. Node and npm then npm install
  3. wasm or cargo install wasm-pack

Use

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)