docsite
docsite copied to clipboard
Add `wasm32-unknown-unknown` target on setup
The Tooling > Checklist section mentions ensuring the installation of the wasm32-unknown-unknown "Rust toolchain".
- The Getting Started page does not indicate how to set it up.
- It is a compilation target, not a toolchain.
Maybe there should be a single Introduction > Prerequisites setup page with all tooling information (IDE, rustup, toolchains, targets, dioxus-cli, etc)? Currently that info is under the Getting Started page.
Also, that way we could get rid of the Tutorial > Tooling setup page, since it would become redundant.
Let me know what you think. I can re-structure the pages with the current info in them, but I don't think I can detail much about other compilation targets, I'm still delving into Dioxus and Rust in general.