pub fn compile(
compiler: &str,
source: &str,
language: &str,
optimization: OptimizationLevel,
debug_symbols: bool,
) -> Result<Library, CompileError>pub fn compile(
compiler: &str,
source: &str,
language: &str,
optimization: OptimizationLevel,
debug_symbols: bool,
) -> Result<Library, CompileError>