//
pkg.gl
Category
github.com/stealthrocket/wasi-go
internal
sockets
package
0.8.0
Repository:
https://github.com/stealthrocket/wasi-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
174 SLOC
#
Functions
Close
Close closes a file descriptor created with Socket, Listen or Dial.
Dial
Dial creates a socket and connects to the specified address.
Listen
Listen creates a socket that listens on the specified address.
Socket
Socket prepares a socket for the specified address.
#
Constants
EINPROGRESS
No description provided by the author