Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
chmod +x ./wit-deps
./wit-deps lock --check
./wit-deps -m wit-0.3.0-draft/deps.toml -l wit-0.3.0-draft/deps.lock -d wit-0.3.0-draft/deps lock --check
- uses: WebAssembly/wit-abi-up-to-date@v24
- uses: WebAssembly/wit-abi-up-to-date@v25
with:
worlds: 'imports proxy'
all-features: 'true'
4 changes: 2 additions & 2 deletions imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,8 @@ provide the HTTP Response corresponding to the sent Request.</h2>
<p>Attempts to extract a http-related <a href="#error"><code>error</code></a> from the wasi:io <a href="#error"><code>error</code></a>
provided.</p>
<p>Stream operations which return
<code>wasi:io/stream/stream-error::last-operation-failed</code> have a payload of
type <code>wasi:io/error/error</code> with more information about the operation
<code>wasi:io/stream.stream-error.last-operation-failed</code> have a payload of
type <code>wasi:io/error.error</code> with more information about the operation
that failed. This payload can be passed through to this function to see
if there's http-related information about the error to return.</p>
<p>Note that this function is fallible because not all io-errors are
Expand Down
4 changes: 2 additions & 2 deletions proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@ provide the HTTP Response corresponding to the sent Request.</h2>
<p>Attempts to extract a http-related <a href="#error"><code>error</code></a> from the wasi:io <a href="#error"><code>error</code></a>
provided.</p>
<p>Stream operations which return
<code>wasi:io/stream/stream-error::last-operation-failed</code> have a payload of
type <code>wasi:io/error/error</code> with more information about the operation
<code>wasi:io/stream.stream-error.last-operation-failed</code> have a payload of
type <code>wasi:io/error.error</code> with more information about the operation
that failed. This payload can be passed through to this function to see
if there's http-related information about the error to return.</p>
<p>Note that this function is fallible because not all io-errors are
Expand Down
4 changes: 2 additions & 2 deletions wit/types.wit
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ interface types {
/// provided.
///
/// Stream operations which return
/// `wasi:io/stream/stream-error::last-operation-failed` have a payload of
/// type `wasi:io/error/error` with more information about the operation
/// `wasi:io/stream.stream-error.last-operation-failed` have a payload of
/// type `wasi:io/error.error` with more information about the operation
/// that failed. This payload can be passed through to this function to see
/// if there's http-related information about the error to return.
///
Expand Down