rylev opened PR #7335 from rylev:wasmtime-wasi-error
to bytecodealliance:main
:
Currently any error in
WasiHttpView::send_request
will result in a trap instead of an error being returned back from the call tooutgoing_handler::handle
. This moves a large amount of theResult
types in the implementation fromanyhow::Error
totypes::Error
.HostFutureIncomingResponse
now contains aanyhow::Result<Result<IncomingResponseInternal, types::Error>>
to keep track of both trappable errors and errors that will be returned to the caller.
rylev requested wasmtime-core-reviewers for a review on PR #7335.
rylev requested pchickey for a review on PR #7335.
pchickey submitted PR review.
pchickey has enabled auto merge for PR #7335.
pchickey has disabled auto merge for PR #7335.
rylev updated PR #7335.
rylev requested pchickey for a review on PR #7335.
pchickey submitted PR review.
pchickey updated PR #7335.
pchickey has enabled auto merge for PR #7335.
rylev updated PR #7335.
rylev requested pchickey for a review on PR #7335.
pchickey submitted PR review.
pchickey updated PR #7335.
pchickey has enabled auto merge for PR #7335.
pchickey merged PR #7335.
Last updated: Nov 22 2024 at 16:03 UTC