Skip to main content

run_solc

Function run_solc 

Source
fn run_solc(
    solc: &Solc,
    version: &Version,
    input: &SolcInput,
    timeout: Duration,
) -> Result<CompilerOutput, String>
Expand description

Runs solc in an empty directory and terminates it if the remaining lookup budget expires.