-
Notifications
You must be signed in to change notification settings - Fork 148
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
Sketch troubleshooting (e.g. Rust installation, rust-analyzer) #750
Conversation
rustup target add wasm32-unknown-unknown | ||
``` | ||
|
||
Afterwards, install `sc-meta`: |
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.
optional: maybe would be good to specify that when installing using mxpy sc-meta
, twiggy
and wasm-opt
are also installed.
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.
Fixed.
The base branch was changed.
Description of the pull request (what is new / what has changed)
Add new section under SDKs and Tools: Troubleshooting.
For now, troubleshoot two issues: repair installation of Rust, fix configuration of IDEs.
Did you test the changes locally ?
Which category (categories) does this pull request belong to?