Function svm_lib::install

source ·
pub async fn install(version: &Version) -> Result<PathBuf, SolcVmError>
Expand description

Installs the provided version of Solc in the machine.

Returns the path to the solc file.