Stream: git-wasmtime

Topic: wasmtime / PR #13823 Fix alias region used when initializ...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 15:30):

alexcrichton requested fitzgen for a review on PR #13823.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 15:30):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 15:30):

alexcrichton opened PR #13823 from alexcrichton:tweak-region to bytecodealliance:main:

This commit fixes a minor mistake to use the right alias region when initializing a passive element segment during startup. This requires using a slightly different helper than was previously done for GC references because the element segment lives in a different region than the default GC heap.

<!--
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 06 2026 at 15:30):

alexcrichton requested wasmtime-core-reviewers for a review on PR #13823.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 18:22):

:thumbs_up: fitzgen submitted PR review:

I'll wrap this up into a backport for the unreleased release branch, along with the assertion that we always tag everything with an alias region.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 18:23):

fitzgen added PR #13823 Fix alias region used when initializing passive segments to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 18:47):

:check: fitzgen merged PR #13823.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 06 2026 at 18:47):

fitzgen removed PR #13823 Fix alias region used when initializing passive segments from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC