solc-rust
solc-rust copied to clipboard
Rust bindings for the Solidity compiler.
``` Compiling solc v0.1.0 (https://github.com/axic/solc-rust#4171d70a) error: failed to run custom build command for `solc v0.1.0 (https://github.com/axic/solc-rust#4171d70a)` Caused by: process didn't exit successfully: `/Users/abhinavmir/Desktop/Code/sol-2-huff/target/debug/build/solc-74f79c22d48d5325/build-script-build` (exit status: 101) --- stdout CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin =...
Updates solidity to 0.6.2 by building [on top of the great work](https://github.com/axic/solc-rust/pull/1) by @g-r-a-n-t (thanks so much for your help on this!) by adding a global lock around the compiler,...