leonm1 opened PR #13419 from leonm1:fix/ifdef to bytecodealliance:main:
<!--
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
-->When updating wasmtime in github.com/proxy-wasm/proxy-wasm-cpp-host (which is now using the C++ API), I noticed that this config setting, introduced in #12703, is behind an
#ifdefin the c-api, but not in the C++ API. This produces a link-time error when using the c++ API without the concurrency-support feature.
leonm1 requested pchickey for a review on PR #13419.
leonm1 requested wasmtime-core-reviewers for a review on PR #13419.
:cross_mark: leonm1 closed without merge PR #13419.
leonm1 commented on PR #13419:
Ah, this was fixed in
mainby github.com/bytecodealliance/wasmtime/pull/13191. Thanks!
leonm1 edited a comment on PR #13419:
Ah, this was fixed in
mainby https://github.com/bytecodealliance/wasmtime/pull/13191. Thanks!
Last updated: Jun 01 2026 at 09:49 UTC