add wasm32 readme note

This commit is contained in:
David Westgate 2024-06-11 23:34:04 -07:00
parent ae9b739a33
commit 32a5e9287b

View File

@ -9,7 +9,11 @@ This is a simple [Rust](https://www.rust-lang.org/) Web [Axum](https://docs.rs/a
#### Rustup
First install Rust. I suggest using the [rustup toolchain](https://rustup.rs/)
Then run `cargo install trunk`
Then run
```bash
cargo install trunk
rustup target install wasm32-unknown-unknown
```
Finally, run both the backend and frontend to use the application