GitHub - heypoom/react-rust: Use WebAssembly and Rust in your React apps.

Skip to content

Navigation Menu

Sign in

Appearance settings

WebAssembly Modules in React Apps via Rust

We're going to use Rust, Cargo Web and Stdweb to provide WebAssembly Modules, then use them in react-static.

Usage

# Install Rust and Cargo Web
./install.sh

# Install Node Modules
yarn --dev

# Start it up!
yarn start