Stream: git-wasmtime

Topic: wasmtime / PR #13542 Fix generated component adapters wit...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2026 at 21:45):

alexcrichton opened PR #13542 from alexcrichton:fix-no-concurrency-adapter to bytecodealliance:main:

This commit fixes an accidental regression introduced in #12550 where when compiling an adapter for a cross-component function call that contained resources but was using -Wconcurrency-support=n it would generate an invalid wasm module. The fix here is a relatively simple adaptation of the preexisting code toe nsure the no-concurrency path works the same as the concurrency-path.

Closes #13540

<!--
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 02 2026 at 21:45):

alexcrichton requested dicej for a review on PR #13542.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2026 at 21:45):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2026 at 22:10):

:thumbs_up: dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2026 at 22:12):

alexcrichton added PR #13542 Fix generated component adapters without concurrency to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2026 at 22:35):

:check: alexcrichton merged PR #13542.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 02 2026 at 22:35):

alexcrichton removed PR #13542 Fix generated component adapters without concurrency from the merge queue.


Last updated: Jul 29 2026 at 05:03 UTC