Stream: git-wasmtime

Topic: wasmtime / PR #13908 Support re-opening a `LinkerInstance...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2026 at 19:57):

alexcrichton opened PR #13908 from alexcrichton:reopen-instances to bytecodealliance:main:

Previously an instance within a linker had to be defined all-in-one go. This isn't the most ergonomic, however, and isn't compatible with situations where this may be partially defined over time. One example is in #13896 where the implementation of define_unknown_imports_as_traps mistakenly didn't work for components where instance were already defined. The goal of this commit is to make the Linker more builder-like by supporting incremental definitions such that nothing ever stomps over previous definitions (unless shadowing is enabled).

Closes #13896

<!--
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 20 2026 at 19:57):

alexcrichton requested pchickey for a review on PR #13908.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2026 at 19:57):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2026 at 21:04):

github-actions[bot] added the label wasmtime:api on PR #13908.

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

:thumbs_up: pchickey submitted PR review.

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

alexcrichton added PR #13908 Support re-opening a LinkerInstance in component::Linker to the merge queue

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

:check: alexcrichton merged PR #13908.

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

alexcrichton removed PR #13908 Support re-opening a LinkerInstance in component::Linker from the merge queue


Last updated: Jul 29 2026 at 05:03 UTC