Open mamcx opened 1 week ago
Rustup could not be installed (for example, for people who use nix).
nix
Now, the cli defensively check for it. It also try to find the target wasm32-unknown-unknown in case is not installed.
cli
wasm32-unknown-unknown
Closes #1971.
If this is an API or ABI breaking change, please apply the corresponding GitHub label.
1
Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected!
Looks basically good to me, two small comments
Description of Changes
Rustup could not be installed (for example, for people who use
nix
).Now, the
cli
defensively check for it. It also try to find the targetwasm32-unknown-unknown
in case is not installed.Closes #1971.
API and ABI breaking changes
If this is an API or ABI breaking change, please apply the corresponding GitHub label.
Expected complexity level and risk
1
Testing
Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected!