Stream: git-wasmtime

Topic: wasmtime / issue #2543 Remove binemit filetest support on...


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

bjorn3 commented on issue #2543:

I don't think we have binemit filetests at all anymore.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2025 at 18:43):

cfallin closed issue #2543:

The binemit filetest backend does not currently support new-style (MachInst) backends; it is fairly tightly coupled to the encodings scheme, because it checks the machine code emitted for each individual CLIF instruction. We should update it to at least allow bulk comparison of the entire function body, even if we don't have the fine-grained CLIF-instruction-to-emitted-bytes correspondence anymore.

Noted in #2540.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2025 at 18:43):

cfallin commented on issue #2543:

True!


Last updated: Dec 06 2025 at 07:03 UTC