crytic / solc-select

Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
751 stars 100 forks source link

solc-select for ARM #132

Open adrime92 opened 1 year ago

adrime92 commented 1 year ago

Is that on the roadmap??

elopez commented 1 year ago

Hi @adrime92! solc-select uses the solc binaries released by the solidity compiler team. As far as I know, they do not offer ARM binaries yet.

Having said that, if you have an ARM Mac (with Rosetta) or an ARM linux (with x86 userspace emulation through QEMU+binfmt) solc-select should work already.