Skip to content

Commit dcfc1f5

Browse files
authored
chore: update WIT packages (bytecodealliance#74)
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 7174e34 commit dcfc1f5

18 files changed

+5
-6
lines changed

ci/vendor-wit.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ make_vendor "wasi-config" "config@f4d699b"
6464
make_vendor "wasi-keyvalue" "keyvalue@219ea36"
6565

6666
make_vendor "wasi/src/p3" "
67-
cli@e4c71d8@wit-0.3.0-draft
67+
cli@82b86d9@wit-0.3.0-draft
6868
69-
filesystem@dbb779d@wit-0.3.0-draft
70-
random@3919978@wit-0.3.0-draft
71-
sockets@4728257@wit-0.3.0-draft
69+
filesystem@740cd76@wit-0.3.0-draft
70+
random@9499404@wit-0.3.0-draft
71+
sockets@41d7079@wit-0.3.0-draft
7272
"
7373

7474
rm -rf $cache_dir
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ interface types {
328328
/// were closed abnormally.
329329
///
330330
/// If the caller is not expecting to receive any data from the peer,
331-
/// they may cancel the receive task. Any data still in the receive queue
331+
/// they may drop the stream. Any data still in the receive queue
332332
/// will be discarded. This is equivalent to calling `shutdown(SHUT_RD)`
333333
/// in POSIX.
334334
///
@@ -610,7 +610,6 @@ interface types {
610610
/// - `invalid-argument`: The port in `remote-address` is set to 0. (EDESTADDRREQ, EADDRNOTAVAIL)
611611
/// - `invalid-argument`: The socket is in "connected" mode and `remote-address` is `some` value that does not match the address passed to `connect`. (EISCONN)
612612
/// - `invalid-argument`: The socket is not "connected" and no value for `remote-address` was provided. (EDESTADDRREQ)
613-
/// - `invalid-state`: The socket has not been bound yet.
614613
/// - `remote-unreachable`: The remote address is not reachable. (ECONNRESET, ENETRESET on Windows, EHOSTUNREACH, EHOSTDOWN, ENETUNREACH, ENETDOWN, ENONET)
615614
/// - `connection-refused`: The connection was refused. (ECONNREFUSED)
616615
/// - `datagram-too-large`: The datagram is too large. (EMSGSIZE)

0 commit comments

Comments
 (0)