Stream: git-wasmtime

Topic: wasmtime / PR #14139 Fix handling of context slots in com...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2026 at 15:32):

alexcrichton opened PR #14139 from alexcrichton:fix-sync-context-slots to bytecodealliance:main:

This commit fixes handling of context.{get,set} slots in sync-to-sync adapters generated by Wasmtime's FACT pass. Previously no care was taken here meaning that the context slots were wrong for post-return and realloc calls. All slots are now managed as they are on the host, mirroring the logic internally for management.

<!--
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 (Aug 14 2026 at 15:32):

alexcrichton requested dicej for a review on PR #14139.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2026 at 15:32):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2026 at 17:30):

:thumbs_up: dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2026 at 17:32):

alexcrichton added PR #14139 Fix handling of context slots in component compositions to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2026 at 17:57):

:check: alexcrichton merged PR #14139.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2026 at 17:57):

alexcrichton removed PR #14139 Fix handling of context slots in component compositions from the merge queue.


Last updated: Aug 30 2026 at 09:07 UTC