PR https://github.com/bytecodealliance/wasmtime/pull/3187 introduced a change to the write_to_slice and read_from_slice routines in data_value.rs that switched byte order on big-endian systems: the code used to use native byte order, and now hard-codes little-endian byte order. Fix by using native byte order again.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.