Stream: git-wasmtime

Topic: wasmtime / PR #14147 wasi-http: Pass transmission errors ...


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

adamrk opened PR #14147 from adamrk:middleware-pass-error to bytecodealliance:main:

{request, response}.new return a future which can be used to detect if there has been an error sending the request or response. Any middleware needs to pass that result on as an argument to consume-body for errors to be passed through that layer. This PR modifies the middleware example to do that and also adds a test to check that the error does propagate through.

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

adamrk requested pchickey for a review on PR #14147.

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

adamrk requested wasmtime-wasi-reviewers for a review on PR #14147.

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

adamrk requested wasmtime-core-reviewers for a review on PR #14147.

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

adamrk updated PR #14147.

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

:thumbs_up: pchickey submitted PR review.

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

:speech_balloon: pchickey created PR review comment:

        // Forward completion or transmission error back to the caller.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2026 at 14:34):

adamrk updated PR #14147.

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

pchickey added PR #14147 wasi-http: Pass transmission errors through middleware to the merge queue.

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

:check: pchickey merged PR #14147.

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

pchickey removed PR #14147 wasi-http: Pass transmission errors through middleware from the merge queue.


Last updated: Aug 30 2026 at 09:07 UTC