Using Rust And WASM In Create React App

Posted on August 01, 2020

Using Rust And Create React App In WASM

I’ve been playing a lot with Rust and WASM as a way of accomplishing things on the frontend in a more performant way.

Here’s a quick setup that I’ve used to load Rust apps inside of Create React App

Example Repo