Skip to main content

compile_with_externals

Function compile_with_externals 

Source
pub fn compile_with_externals(
    program: &Program,
    external_functions: HashSet<String>,
) -> Result<CompiledProgram>