docsite icon indicating copy to clipboard operation
docsite copied to clipboard

Add `wasm32-unknown-unknown` target on setup

Open goosethedev opened this issue 1 year ago • 1 comments

The Tooling > Checklist section mentions ensuring the installation of the wasm32-unknown-unknown "Rust toolchain".

  1. The Getting Started page does not indicate how to set it up.
  2. It is a compilation target, not a toolchain.

goosethedev avatar Dec 26 '24 13:12 goosethedev

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.

goosethedev avatar Jan 01 '25 20:01 goosethedev