Skip to content

Make serde an optional dependency in wasmtime-core#12739

Open
bjorn3 wants to merge 1 commit intobytecodealliance:mainfrom
bjorn3:wasmtime_core_optional_serde
Open

Make serde an optional dependency in wasmtime-core#12739
bjorn3 wants to merge 1 commit intobytecodealliance:mainfrom
bjorn3:wasmtime_core_optional_serde

Conversation

@bjorn3
Copy link
Contributor

@bjorn3 bjorn3 commented Mar 6, 2026

cg_clif does not need serde, yet it was previously pulled in by Cranelift through the dependency on wasmtime-core.

Fixes #12733

cg_clif does not need serde, yet it was previously pulled in by
Cranelift through the dependency on wasmtime-core.
@bjorn3 bjorn3 requested review from a team as code owners March 6, 2026 09:51
@bjorn3 bjorn3 requested review from fitzgen and removed request for a team March 6, 2026 09:51
@github-actions github-actions bot added fuzzing Issues related to our fuzzing infrastructure wasmtime:api Related to the API of the `wasmtime` crate itself labels Mar 6, 2026
@github-actions
Copy link

github-actions bot commented Mar 6, 2026

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 .github/subscribe-to-label.json configuration file.

Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fuzzing Issues related to our fuzzing infrastructure wasmtime:api Related to the API of the `wasmtime` crate itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cranelift now unconditionally depends on serde

1 participant