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=nit 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:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested dicej for a review on PR #13542.
alexcrichton requested wasmtime-core-reviewers for a review on PR #13542.
:thumbs_up: dicej submitted PR review.
alexcrichton added PR #13542 Fix generated component adapters without concurrency to the merge queue.
:check: alexcrichton merged PR #13542.
alexcrichton removed PR #13542 Fix generated component adapters without concurrency from the merge queue.
Last updated: Jul 29 2026 at 05:03 UTC