cranelift_isle::compile

Function from_files

Source
pub fn from_files<P: AsRef<Path>>(
    inputs: impl IntoIterator<Item = P>,
    options: &CodegenOptions,
) -> Result<String, Errors>
Expand description

Compile the given files into Rust source code.