Skip to content

mike-at-redspace/react-in-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM Rust / React Todo

Example Using https://github.com/yishn/wasm-react

Install Rust & wasm-pack:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Add target

rustup target add wasm32-unknown-unknown

Install dependencies and start the server:

$ yarn
$ yarn build
$ yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published