A simple calculator with logic written in Rust, compiled to Wasm, and rendered with React.js
You need node
You need the rust toolchain
You need wasm-pack
- Clone repo.
- cd into cloned directory
cd lib && wasm-pack build
cd pkg && sudo npm link
cd ../../app && sudo npm link rust-wasm-react-calculator
npm i && npm run start