Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wasm32-unknown-unknown target on setup #360

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

goosethedev
Copy link

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.

@jkelleyrtp jkelleyrtp self-requested a review January 1, 2025 00:47
Copy link
Member

@jkelleyrtp jkelleyrtp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

I think this might be better served as its own section. Maybe "install toolchains" which covers all the targets.

That way you know what to install for iOS, android, and web since those are each cross-compile targets.

@goosethedev
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants