Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Check for the `wasm32-unknown-unknown` target #181

Closed lassemoldrup closed 3 months ago

lassemoldrup commented 3 months ago

Purpose

Closes #126.

Changes

Tries to use rustup to check for the target. Falls back to looking for the target's directory: https://users.rust-lang.org/t/determining-installed-target-list-when-rustup-is-not-in-use/100594

Checklist