Skip to main content

compile

Function compile 

Source
pub fn compile(program: &Program) -> CodegenResult<Vec<u8>>
Expand description

Compile a validated PEPL Program into a .wasm binary.

Returns the raw bytes of a valid WebAssembly module on success, or a CodegenError describing what went wrong.