Stream: git-wasmtime

Topic: wasmtime / PR #11046 Reuse `append_code` from Cranelift i...


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

alexcrichton opened PR #11046 from alexcrichton:consolidate-winch-code to bytecodealliance:main:

This commit deduplicates some code in wasmtime_environ::Compiler for Compiler across Cranelift and Winch by consolidating the "finalize" step. This is possible because the outputs of compilation for both Winch and Cranelift are the same CompiledFunction.

<!--
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 14 2025 at 17:37):

alexcrichton requested fitzgen for a review on PR #11046.

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

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

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

saulecabrera submitted PR review.

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

saulecabrera merged PR #11046.


Last updated: Dec 06 2025 at 06:05 UTC