bjorn3 opened PR #7369 from bjorn3:allow_disabling_host_arch
to bytecodealliance:main
:
This is required to compile for a target which doesn't have a cranelift backend. Before this change using any of the cranelift crates that depend on cranelift-codegen would forcefully enable all default features and thus host-arch. With this change only the std and unwind features are still forcefully enabled as cranelift-codegen doesn't compile with either disabled.
Required for https://github.com/rust-lang/rust/pull/81746
bjorn3 requested wasmtime-default-reviewers for a review on PR #7369.
bjorn3 requested alexcrichton for a review on PR #7369.
alexcrichton submitted PR review.
bjorn3 updated PR #7369.
bjorn3 requested wasmtime-core-reviewers for a review on PR #7369.
alexcrichton has enabled auto merge for PR #7369.
alexcrichton merged PR #7369.
Last updated: Nov 22 2024 at 16:03 UTC