Stream: git-wasmtime

Topic: wasmtime / PR #11154 x64: Match capstone disassembling `c...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 22:47):

alexcrichton opened PR #11154 from alexcrichton:x64-fix-call-print to bytecodealliance:main:

Apparently Capstone doesn't print a hexadecimal number for targets between 0 and 10. Unclear, but match it to prevent the fuzzer from tripping over this.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 22:47):

alexcrichton requested cfallin for a review on PR #11154.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 22:47):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #11154.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 23:08):

cfallin submitted PR review:

Oh dear -- good catch. (I have half a mind to go submit a PR to Capstone instead to remove this "helpful" heuristic...)

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2025 at 23:29):

cfallin merged PR #11154.


Last updated: Dec 06 2025 at 06:05 UTC