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.