Stream: git-wasmtime

Topic: wasmtime / PR #14214 fix(wizer): enable `wasmtime/anyhow`


view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2026 at 15:20):

rvolosatovs opened PR #14214 from rvolosatovs:fix/wizer-features to bytecodealliance:main:

Enabling both wasmtime and component-model features fails with regular cargo build.

Note, that this issue is not reproducible using cargo test, because wasmtime/anyhow is unconditionally enabled in dev-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`
...

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2026 at 15:20):

rvolosatovs requested wasmtime-core-reviewers for a review on PR #14214.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2026 at 15:20):

rvolosatovs requested pchickey for a review on PR #14214.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2026 at 15:50):

:thumbs_up: pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2026 at 15:50):

pchickey has enabled auto merge for PR #14214.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2026 at 16:57):

github-actions[bot] added the label wizer on PR #14214.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 26 2026 at 16:58):

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:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2026 at 16:06):

rvolosatovs commented on PR #14214:

looks like CI has stalled, I'll rebase and force-push, which should hopefully make it run

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2026 at 16:07):

rvolosatovs updated PR #14214.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2026 at 16:17):

pchickey added PR #14214 fix(wizer): enable wasmtime/anyhow to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2026 at 16:44):

:check: pchickey merged PR #14214.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2026 at 16:44):

pchickey removed PR #14214 fix(wizer): enable wasmtime/anyhow from the merge queue


Last updated: Aug 30 2026 at 09:07 UTC