Files
wasmtime/cranelift/codegen/meta
Afonso Bordado 87007c5839 cranelift: Fix bint implementation on interpreter (#4299)
* 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
2022-06-23 13:43:35 -07:00
..
2022-06-06 09:12:47 -05:00

This crate contains the metaprogram used by cranelift-codegen. It's not useful on its own.