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.
pub fn compile(program: &Program) -> CodegenResult<Vec<u8>>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.