cranelift_isle::compile

Function create_envs

Source
pub fn create_envs(
    inputs: Vec<PathBuf>,
) -> Result<(TypeEnv, TermEnv, Vec<Def>), Errors>
Expand description

Construct the ISLE type and term environments for further analysis (i.e., verification), without going all the way through codegen.