Stream: git-wasmtime

Topic: wasmtime / PR #7371 [14.0.2] Allow disabling the host-arc...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 19:40):

bjorn3 requested pchickey for a review on PR #7371.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 19:40):

bjorn3 requested wasmtime-core-reviewers for a review on PR #7371.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 19:40):

bjorn3 requested wasmtime-default-reviewers for a review on PR #7371.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 19:40):

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

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 19:43):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 25 2023 at 20:32):

alexcrichton merged PR #7371.


Last updated: Nov 22 2024 at 16:03 UTC