pub fn compile_to_platform(
program: &GaiaModule,
target: CompilationTarget,
) -> Result<Vec<u8>>Expand description
Compile to a specific platform.
pub fn compile_to_platform(
program: &GaiaModule,
target: CompilationTarget,
) -> Result<Vec<u8>>Compile to a specific platform.