Function cranelift_isle::compile::compile
source · pub fn compile(defs: &Defs, options: &CodegenOptions) -> Result<String, Errors>
Expand description
Compile the given AST definitions into Rust source code.
pub fn compile(defs: &Defs, options: &CodegenOptions) -> Result<String, Errors>
Compile the given AST definitions into Rust source code.