Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 964 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 964 Bytes

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.

Learn More