bjorn3 requested wasmtime-core-reviewers for a review on PR #12739.
bjorn3 requested wasmtime-fuzz-reviewers for a review on PR #12739.
bjorn3 opened PR #12739 from bjorn3:wasmtime_core_optional_serde to bytecodealliance:main:
cg_clif does not need serde, yet it was previously pulled in by Cranelift through the dependency on wasmtime-core.
Fixes https://github.com/bytecodealliance/wasmtime/issues/12733
bjorn3 requested fitzgen for a review on PR #12739.
github-actions[bot] added the label fuzzing on PR #12739.
github-actions[bot] added the label wasmtime:api on PR #12739.
github-actions[bot] commented on PR #12739:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "fuzzing", "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton submitted PR review:
Thanks! Can you ensure there's a
cargo checkon CI for with/without the feature, too? (or maybe there is already?)
bjorn3 commented on PR #12739:
It should already be checked in CI through
cargo check --manifest-path=./cranelift/Cargo.toml --bin clif-util.
alexcrichton added PR #12739 Make serde an optional dependency in wasmtime-core to the merge queue.
alexcrichton merged PR #12739.
alexcrichton removed PR #12739 Make serde an optional dependency in wasmtime-core from the merge queue.
Last updated: Mar 23 2026 at 16:19 UTC