Stream: git-wasmtime

Topic: wasmtime / PR #12286 Fix testing `wiggle` and `wiggle-tes...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2026 at 19:45):

fitzgen requested alexcrichton for a review on PR #12286.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2026 at 19:45):

fitzgen requested wasmtime-core-reviewers for a review on PR #12286.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2026 at 19:45):

fitzgen requested wasmtime-default-reviewers for a review on PR #12286.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2026 at 19:45):

fitzgen opened PR #12286 from fitzgen:fix-wiggle-testing to bytecodealliance:main:

When doing plain old cargo test -p wiggle (or wiggle-test) the test would
fail due to linking errors because Wasmtime's std cargo feature (and maybe
others) wasn't being enabled. The crate's tests would pass when run as part of
the whole workspace, however, because of cargo feature resolution and other
crates that enabled the necessary features, which is why CI is green.

Builds on top of https://github.com/bytecodealliance/wasmtime/pull/12276

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2026 at 20:20):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 08 2026 at 20:43):

fitzgen merged PR #12286.


Last updated: Jan 29 2026 at 13:25 UTC