Stream: git-wasmtime

Topic: wasmtime / PR #11367 Move Wasm-to-CLIF entity translation...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2025 at 22:35):

fitzgen opened PR #11367 from fitzgen:merge-cached-entities-into-func-environment to bytecodealliance:main:

It more naturally lives in the environment, where we already keep track of CLIF entities. That these entities were in FuncTranslationState is a throwback to back when FuncEnvironment was a trait, and not a concrete type.

Also rename FuncTranslationState to FuncTranslationStacks, since all it does is manage the value and control stacks now.

<!--
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 (Jul 31 2025 at 22:35):

fitzgen requested alexcrichton for a review on PR #11367.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2025 at 22:35):

fitzgen requested wasmtime-compiler-reviewers for a review on PR #11367.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2025 at 22:37):

fitzgen updated PR #11367.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2025 at 22:40):

fitzgen updated PR #11367.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2025 at 22:52):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2025 at 23:19):

fitzgen merged PR #11367.


Last updated: Dec 06 2025 at 06:05 UTC