bjorn3 opened issue #10861:
Feature
See title
Benefit
Currently the endianness flags are only respected by the s390x backend. Ignoring it on other targets only causes confusion like in https://github.com/bytecodealliance/wasmtime/issues/10852 and is technically a miscompilation.
Implementation
Depends on which of the two options is picked.
Alternatives
Keep the status quo and keep confusing people/miscompiling code.
fitzgen closed issue #10861:
Feature
See title
Benefit
Currently the endianness flags are only respected by the s390x backend. Ignoring it on other targets only causes confusion like in https://github.com/bytecodealliance/wasmtime/issues/10852 and is technically a miscompilation.
Implementation
Depends on which of the two options is picked.
Alternatives
Keep the status quo and keep confusing people/miscompiling code.
Last updated: Dec 06 2025 at 06:05 UTC