Skip to content

Commit

Permalink
Merge pull request WebAssembly#51 from sunfishcode/sunfishcode/update
Browse files Browse the repository at this point in the history
Update CI to the latest wit-abi version.
  • Loading branch information
badeend authored Aug 17, 2023
2 parents bc88b45 + 6d92050 commit 2534b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
./wit-deps lock
git add -N wit/deps
git diff --exit-code
- uses: WebAssembly/wit-abi-up-to-date@v12
- uses: WebAssembly/wit-abi-up-to-date@v13
with:
wit-abi-tag: wit-abi-0.10.0
wit-abi-tag: wit-abi-0.11.0
1 change: 0 additions & 1 deletion example-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ In other words, after setting a value, reading the same setting back may return
<p>Note #2: there is not necessarily a direct relationship between the kernel buffer size and the bytes of
actual data to be sent/received by the application, because the kernel might also use the buffer space
for internal metadata structures.</p>
<p>Fails when this socket is in the Listening state.</p>
<p>Equivalent to the SO_RCVBUF and SO_SNDBUF socket options.</p>
<h1>Typical errors</h1>
<ul>
Expand Down

0 comments on commit 2534b91

Please sign in to comment.