Removed cat command and WASM build target#3202
Merged
Conversation
rust-toolchain.toml is auto generated with cargo stylus new so it is no longer needed, along with removing the WASM build target since it seems to be installed if cargo stylus sees that its missing when running a command
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
anegg0
approved these changes
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to our docs!
Please fill out the below to ensure your doc gets quickly approved and merged.
Description
Edited
docs/stylus/quickstart.mdxrust-toolchain.tomlis auto generated withcargo stylus newso the cat command step is no longer needed. Along with removing the WASM build target step since running acargo styluscommands will installwasm32-unknown-unknownif not detected (not 100% sure but I fiddled around a lot with commands and removing the build target and it would re install it on its own without hitting errors)Also changed the order in which the information was presented, now it says to run
cargo stylus --helpright after runningcargo install --force cargo-stylusto check if the install was successful instead of trying to create a new project viacargo stylus newand then runningcargo stylus --helpDocument type
Checklist
yarn startoryarn buildAdditional Notes