pub fn compile_kernel( source: &str, language: Language, ) -> Result<Vec<u8>, RuntimeError>
Compile kernel source code to a WAVE binary.
Returns RuntimeError::Compile if the source cannot be parsed or compiled.
RuntimeError::Compile