Stream: git-wasmtime

Topic: wasmtime / PR #11237 make `component-model[-async]` two s...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2025 at 17:57):

dicej requested alexcrichton for a review on PR #11237.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2025 at 17:57):

dicej requested wasmtime-core-reviewers for a review on PR #11237.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2025 at 17:57):

dicej opened PR #11237 from dicej:cm-async-off-by-default to bytecodealliance:main:

I noticed that cargo build -p wasmtime-cli was enabling the component-model-async feature in wasmtime by default, despite that feature being off by default for wasmtime-cli. I traced it down to the wast crate, which was enabling wasmtime/component-model-async whenever the component-model feature was enabled. This commit separates them into distinct features.

<!--
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 (Jul 14 2025 at 18:02):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2025 at 18:05):

dicej has enabled auto merge for PR #11237.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 14 2025 at 18:35):

dicej merged PR #11237.


Last updated: Dec 06 2025 at 06:05 UTC