Files
wasmtime/cranelift/filetests/src
Afonso Bordado 7147e95add cranelift: Fix endianness bug in filetests runner
Enabling runtests for the s390x backend exposed a pre-existing endian bug with handling bool test case return values.

These are written as integers of the same width by the trampoline, but are always read out as the Rust "bool" type. This happens to work on little-endian systems, but fails for any boolean type larger than 1 byte on big-endian systems.

See: https://github.com/bytecodealliance/wasmtime/pull/2964#issuecomment-855879866
2021-06-07 14:53:18 +01:00
..
2020-11-11 12:36:17 +01:00
2020-11-11 12:36:17 +01:00
2020-11-11 12:36:17 +01:00