Skip to content

Conversation

@kaankacar
Copy link

Addresses the issue on "Rust Version Requirements" on the Soroban Getting Started AI Documentation Audit.

Changes:

  • Added clear Prerequisites section at the beginning of setup.mdx
  • Specified Rust toolchain v1.84.0+ requirement explicitly
  • Included version check command (rustc --version)
  • Included update command (rustup update stable)
  • Added note explaining wasm target per-toolchain requirement

This resolves the issue where all 6 AI models tested had to figure out they needed Rust v1.84.0+ to use the wasm32v1-none target, as the requirement was buried in the "Install the target" section rather than being clear from the start.

Addresses ACTION 2 from the Soroban Getting Started Documentation Audit.

Changes:
- Added clear Prerequisites section at the beginning of setup.mdx
- Specified Rust toolchain v1.84.0+ requirement explicitly
- Included version check command (rustc --version)
- Included update command (rustup update stable)
- Added note explaining wasm target per-toolchain requirement

This resolves the issue where all 6 AI models tested had to figure out
they needed Rust v1.84.0+ to use the wasm32v1-none target, as the
requirement was buried in the "Install the target" section rather than
being clear from the start.
Copy link
Contributor

@ElliotFriend ElliotFriend left a comment

Choose a reason for hiding this comment

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

These instructions might be better suited in the following ## Install Rust section. Yes, it's helpful to know, but feels like it might be more relevant there?

@kaankacar
Copy link
Author

Thank you for the feedback, Elliot! I’ve moved the relevant instructions to the more appropriate sections.

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.

3 participants