From 32a5e9287b6c71b0d4e29148f6fe54c623ce4d92 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Tue, 11 Jun 2024 23:34:04 -0700 Subject: [PATCH] add wasm32 readme note --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb5599..f7b570e 100644 --- a/README.md +++ b/README.md @@ -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