pub fn compile_to_bytes(program: &Program) -> Result<Vec<u8>, CompileError>
Compile a Program and serialize it to a raw .rbc byte buffer.
Program
.rbc