bjorn3 requested pchickey for a review on PR #7371.
bjorn3 requested wasmtime-core-reviewers for a review on PR #7371.
bjorn3 requested wasmtime-default-reviewers for a review on PR #7371.
bjorn3 opened PR #7371 from bjorn3:backport_allow_disabling_host_arch
to bytecodealliance:release-14.0.0
:
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.Backport of https://github.com/bytecodealliance/wasmtime/pull/7369
alexcrichton submitted PR review.
alexcrichton merged PR #7371.
Last updated: Nov 22 2024 at 16:03 UTC