Stream: git-wasmtime

Topic: wasmtime / PR #11029 x64: Improve external assembler ergo...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 12 2025 at 18:42):

alexcrichton requested abrown for a review on PR #11029.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 12 2025 at 18:42):

alexcrichton opened PR #11029 from alexcrichton:x64-improve-ergonomics to bytecodealliance:main:

Especially in the case of pseudo-instructions in x64/inst/emit.rs the goal is to reduce the amount of boilerplate necessary to emit instructions. This is done via:

<!--
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 12 2025 at 18:42):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 12 2025 at 18:42):

alexcrichton commented on PR #11029:

cc @fitzgen

view this post on Zulip Wasmtime GitHub notifications bot (Jun 12 2025 at 19:14):

abrown submitted PR review:

I'm fine with this; let's see what @fitzgen thinks. I think there is more that can be done along this path in the future to make things more ergonomic.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 12 2025 at 19:33):

fitzgen submitted PR review:

Big improvement IMO :+1:

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

alexcrichton merged PR #11029.


Last updated: Dec 06 2025 at 07:03 UTC