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