Stream: git-wasmtime

Topic: wasmtime / PR #7369 Allow disabling the host-arch feature...


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

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

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

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

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

bjorn3 requested alexcrichton for a review on PR #7369.

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

alexcrichton submitted PR review.

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

bjorn3 updated PR #7369.

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

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

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

alexcrichton has enabled auto merge for PR #7369.

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

alexcrichton merged PR #7369.


Last updated: Nov 22 2024 at 16:03 UTC