Skip to content

Commit

Permalink
docs: update specs.md with sock_* (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
evacchi authored Jul 28, 2023
1 parent 180ff68 commit d5d7ac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ Notes:
| proc_raise | 💀 | |
| sched_yield || Rust |
| random_get || Rust,TinyGo,Zig |
| sock_accept | | |
| sock_recv | | |
| sock_send | | |
| sock_shutdown | | |
| sock_accept | | Rust,Zig |
| sock_recv | | Rust,Zig |
| sock_send | | Rust,Zig |
| sock_shutdown | | Rust,Zig |

Note: 💀 means the function was later removed from WASI.

Expand Down

0 comments on commit d5d7ac8

Please sign in to comment.