cfallin requested abrown for a review on PR #9633.
cfallin requested wasmtime-compiler-reviewers for a review on PR #9633.
cfallin opened PR #9633 from cfallin:cranelift-isle-source-tree
to bytecodealliance:main
:
Per #9625 and #9588, a downstream user of Cranelift was misusing the
isle-in-source-tree
feature, enabling it indiscriminately even in published crates (wasmerio/wasmer#5202). This went against the intent of the feature, to be a way for local developers to observe the generated source. As such, it ran afoul of some safety checks for that purpose, and also polluted users' Cargo caches in a way that we cannot now fix except in future releases.The best we can do is probably to take away features that are liable to be misused. Following discussion in today's Cranelift weekly meeting, we decided to provide this functionality under an environment variable instead. This allows folks who know what they're doing to get the same behavior, but does not expose a feature to crate users.
Fixes #9625.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton submitted PR review.
cfallin has enabled auto merge for PR #9633.
cfallin commented on PR #9633:
I think the merge queue run raced with the release; cargo-vet failed because it found a version on crates.io it didn't expect. Re-running, but noting in case we see it again later -- interesting corner case!
alexcrichton commented on PR #9633:
Ah I don't think this is spurious but should be fixed at https://github.com/bytecodealliance/wasmtime/pull/9635
alexcrichton merged PR #9633.
Last updated: Nov 22 2024 at 17:03 UTC