create-react-app-wasm
create-react-app-wasm copied to clipboard
Create React App (TypeScript) + WebAssembly (Rust) Template
Create React App + WebAssembly (Rust)
This project was bootstrapped with Create React App and wasm-pack-template.
Available Scripts
In the project directory, you can run:
yarn start
Start dev server then watch .rs and .ts and rebuild if files are changed.
yarn test
Run wasm-pack test --firefox --headless and react-scripts test.
yarn build
Compile .rs to .wasm using wasm-pack then build React app using create-react-app.