Stream: git-wasmtime

Topic: wasmtime / PR #11151 x64: Internalize `encoding` module


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

alexcrichton opened PR #11151 from alexcrichton:x64-internalize-encoding to bytecodealliance:main:

Don't export this module from the crate itself to enable dead-code warnings about the module, for example the VexInstruction type is now unused. This required refactoring Winch a bit to use the new assembler for a patchable add instruction.

<!--
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 18:49):

alexcrichton requested fitzgen for a review on PR #11151.

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

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

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

abrown submitted PR review.

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

abrown merged PR #11151.


Last updated: Dec 06 2025 at 06:05 UTC