Stream: git-wasmtime

Topic: wasmtime / issue #10861 Cranelift: Respect or error on bi...


view this post on Zulip Wasmtime GitHub notifications bot (May 29 2025 at 15:24):

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.

view this post on Zulip Wasmtime GitHub notifications bot (May 30 2025 at 19:20):

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