Skip to content

Commit

Permalink
Remove references to drop- functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 13, 2023
1 parent 68a519b commit c0ec64e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Posix-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ None of the flags are directly present in WASI Sockets:
- UDP: N/A

### `close`
- TCP: [`tcp::drop-tcp-socket`](tcp)
- UDP: [`udp::drop-udp-socket`](udp)
Dropping a handle performs an effective `close`.

### `socketpair`, `connectat` (non-standard), `bindat` (non-standard)
Specifically for UNIX domain sockets. Out of scope for this proposal.
Expand Down Expand Up @@ -599,4 +598,4 @@ Columns:
[udp-create-socket]: https://github.com/WebAssembly/wasi-sockets/blob/main/wit/udp-create-socket.wit
[udp]: https://github.com/WebAssembly/wasi-sockets/blob/main/wit/udp.wit
[poll]: https://github.com/WebAssembly/wasi-poll/blob/main/wit/poll.wit
[streams]: https://github.com/WebAssembly/wasi-io/blob/main/wit/streams.wit
[streams]: https://github.com/WebAssembly/wasi-io/blob/main/wit/streams.wit

0 comments on commit c0ec64e

Please sign in to comment.