This project was bootstrapped with Create React App and wasm-pack-template.
In the project directory, you can run:
Start dev server then watch .rs
and .ts
and rebuild if files are changed.
Run wasm-pack test --firefox --headless
and react-scripts test
.
Compile .rs
to .wasm
using wasm-pack
then build React app using create-react-app
.