Function cranelift_native::builder
source · pub fn builder() -> Result<Builder, &'static str>
Expand description
Return an isa
builder configured for the current host
machine, or Err(())
if the host machine is not supported
in the current configuration.