* cranelift: Fix `bint` implementation on interpreter The interpreter was returning -1 instead of 1 for positive values. This also extends the bint test suite to cover all types. * cranelift: Restrict `bint` to scalar values only
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.