Stream: git-wasmtime

Topic: wasmtime / PR #13419 c-api: Fix reference to wasmtime_con...


view this post on Zulip Wasmtime GitHub notifications bot (May 20 2026 at 15:05):

leonm1 opened PR #13419 from leonm1:fix/ifdef to bytecodealliance:main:

<!--
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
-->

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 #ifdef in 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.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2026 at 15:05):

leonm1 requested pchickey for a review on PR #13419.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2026 at 15:05):

leonm1 requested wasmtime-core-reviewers for a review on PR #13419.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2026 at 15:07):

:cross_mark: leonm1 closed without merge PR #13419.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2026 at 15:07):

leonm1 commented on PR #13419:

Ah, this was fixed in main by github.com/bytecodealliance/wasmtime/pull/13191. Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2026 at 15:07):

leonm1 edited a comment on PR #13419:

Ah, this was fixed in main by https://github.com/bytecodealliance/wasmtime/pull/13191. Thanks!


Last updated: Jun 01 2026 at 09:49 UTC