-
Notifications
You must be signed in to change notification settings - Fork 70
docs: add Rust toolchain section #2046
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
Conversation
@yi-sun this should be done now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for the Rust toolchain section to clarify cross-compilation concepts and technical details for OpenVM's Rust frontend. The documentation explains host/guest architecture differences, supported targets, runtime features, and compilation requirements.
- Adds comprehensive Rust frontend documentation covering toolchain requirements and runtime features
- Updates sidebar navigation to include the new Rust frontend reference
- Refactors existing documentation to reference the new centralized toolchain explanation
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/vocs/sidebar.ts | Adds navigation entry for the new Rust frontend documentation |
docs/vocs/docs/pages/specs/reference/rust-frontend.mdx | Creates comprehensive documentation covering Rust toolchain, runtime, and compilation details |
docs/vocs/docs/pages/book/writing-apps/compiling-a-program.mdx | Removes redundant cross-compilation explanation and references new specs documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
@jonathanpwang -- LGTM, you can approve + merge |
Closes INT-4583