Function cranelift_isle::compile::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.