You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
cargo test -p wasmtime-wasi-http 'p3::tests::http_0_3_outbound_request_unknown_method'
fails at build time with:
thread 'main' panicked at crates/test-programs/artifacts/build.rs:190:10:
component output should validate: BinaryReaderError { inner: BinaryReaderErrorInner { message: "instance 0 has no export named `trailers`", kind: Custom, offset: 6546215, needed_hint: None } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
On 2d251a6:
fails at build time with: