iawia002 opened PR #9016 from iawia002:feature
to bytecodealliance:main
:
I reencountered the issue of feature combinations in this CI, similar to #8997:
error[E0277]: the trait bound `cranelift_codegen::ir::GlobalValue: Serialize` is not satisfied --> cranelift/wasm/src/heap.rs:67:12 | 67 | derive(serde_derive::Serialize, serde_derive::Deserialize) | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize` is not implemented for `cranelift_codegen::ir::GlobalValue`
cc @alexcrichton
iawia002 requested abrown for a review on PR #9016.
iawia002 requested wasmtime-compiler-reviewers for a review on PR #9016.
alexcrichton submitted PR review:
Thanks!
alexcrichton merged PR #9016.
Last updated: Nov 22 2024 at 17:03 UTC