Stream: git-wasmtime

Topic: wasmtime / PR #12380 fix `wasmtime-wasi-http` p3 tests an...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2026 at 15:30):

dicej requested alexcrichton for a review on PR #12380.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2026 at 15:30):

dicej opened PR #12380 from dicej:fix-wasmtime-wasi-http-p3 to bytecodealliance:main:

Recently, the WASIp3 tests in wasmtime-wasi-http stopped building, which we didn't notice because they weren't being built or run by CI. This fixes the damage and adds CI test coverage.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2026 at 15:30):

dicej requested wasmtime-wasi-reviewers for a review on PR #12380.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2026 at 15:30):

dicej requested wasmtime-default-reviewers for a review on PR #12380.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2026 at 15:42):

rvolosatovs submitted PR review.

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

alexcrichton commented on PR #12380:

We do test the p3 feature in CI FWIW so everything runtime-passes, but the hole is that it's tested along with other crates which means that sibling packages might enable features that wasmtime-wasi-http relies on to build. This sort of PR is expected in that sense to be needed every now and then

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

dicej commented on PR #12380:

I just realized this PR doesn't do what I said it does anyway. The CI change only enables cargo check coverage.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2026 at 15:54):

dicej updated PR #12380.


Last updated: Jan 29 2026 at 13:25 UTC