Stream: git-wasmtime

Topic: wasmtime / PR #13123 Fix enabling `cfg(gc_zeal)` during f...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 14:38):

alexcrichton opened PR #13123 from alexcrichton:fix-fuzzing-cfg to bytecodealliance:main:

This commit fixes a minor mistake from #13053 where cfg!(fuzzing) isn't set for build scripts because RUSTFLAGS, where --cfg fuzzing is specified, is only passed to target artifacts, not build scripts. This means that the lookup must happen via Cargo's set env vars (e.g. CARGO_CFG_FUZZING), not cfg!(...).

<!--
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 (Apr 16 2026 at 14:38):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #13123.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 14:38):

alexcrichton requested fitzgen for a review on PR #13123.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 14:38):

alexcrichton requested wasmtime-core-reviewers for a review on PR #13123.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 14:38):

alexcrichton requested uweigand for a review on PR #13123.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 15:53):

fitzgen submitted PR review:

Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 15:53):

fitzgen added PR #13123 Fix enabling cfg(gc_zeal) during fuzzing to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 19:04):

github-actions[bot] added the label wasmtime:api on PR #13123.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 19:18):

github-merge-queue[bot] removed PR #13123 Fix enabling cfg(gc_zeal) during fuzzing from the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 19:55):

alexcrichton added PR #13123 Fix enabling cfg(gc_zeal) during fuzzing to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 20:20):

alexcrichton merged PR #13123.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2026 at 20:20):

alexcrichton removed PR #13123 Fix enabling cfg(gc_zeal) during fuzzing from the merge queue.


Last updated: May 03 2026 at 22:13 UTC