rvolosatovs opened PR #14214 from rvolosatovs:fix/wizer-features to bytecodealliance:main:
Enabling both
wasmtimeandcomponent-modelfeatures fails with regularcargo build.Note, that this issue is not reproducible using
cargo test, becausewasmtime/anyhowis unconditionally enabled indev-dependencies$ cargo build --features wasmtime,component-model ... error[E0599]: no associated function or constant named `from_anyhow` found for struct `wasmtime::Error` in the current scope --> crates/wizer/src/component/wasmtime.rs:54:43 | 54 | .map_err(wasmtime::Error::from_anyhow) | ^^^^^^^^^^^ associated function or constant not found in `wasmtime::Error` error[E0599]: no associated function or constant named `from_anyhow` found for struct `wasmtime::Error` in the current scope --> crates/wizer/src/component/wasmtime.rs:61:47 | 61 | .map_err(wasmtime::Error::from_anyhow) | ^^^^^^^^^^^ associated function or constant not found in `wasmtime::Error` ...
rvolosatovs requested wasmtime-core-reviewers for a review on PR #14214.
rvolosatovs requested pchickey for a review on PR #14214.
:thumbs_up: pchickey submitted PR review.
pchickey has enabled auto merge for PR #14214.
github-actions[bot] added the label wizer on PR #14214.
github-actions[bot] commented on PR #14214:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "wizer"Thus the following users have been cc'd because of the following labels:
- fitzgen: wizer
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
rvolosatovs commented on PR #14214:
looks like CI has stalled, I'll rebase and force-push, which should hopefully make it run
rvolosatovs updated PR #14214.
pchickey added PR #14214 fix(wizer): enable wasmtime/anyhow to the merge queue
:check: pchickey merged PR #14214.
pchickey removed PR #14214 fix(wizer): enable wasmtime/anyhow from the merge queue
Last updated: Aug 30 2026 at 09:07 UTC