Skip to content

c-api: Fix reference to wasmtime_config_concurrency_support without ifdef - #13419

Closed
leonm1 wants to merge 1 commit into
bytecodealliance:mainfrom
leonm1:fix/ifdef
Closed

c-api: Fix reference to wasmtime_config_concurrency_support without ifdef#13419
leonm1 wants to merge 1 commit into
bytecodealliance:mainfrom
leonm1:fix/ifdef

Conversation

@leonm1

@leonm1 leonm1 commented May 20, 2026

Copy link
Copy Markdown

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.

Signed-off-by: Matt Leon <mattleon@google.com>
@leonm1
leonm1 requested a review from a team as a code owner May 20, 2026 15:05
@leonm1
leonm1 requested review from pchickey and removed request for a team May 20, 2026 15:05
@leonm1

leonm1 commented May 20, 2026

Copy link
Copy Markdown
Author

Ah, this was fixed in main by #13191. Thanks!

@leonm1 leonm1 closed this May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant