pub fn compile( source: &str, target: CompileTarget, ) -> Result<Vec<u8>, KoreError>
Compile KORE source to the specified target