Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 281 Bytes

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