tinygo-org / net

Port of Go's "net" package to work with TinyGo on embedded processors.
https://tinygo.org
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

tcpsock: define TCPListener as listener #15

Closed deadprogram closed 11 months ago

deadprogram commented 11 months ago

This PR adds to tcpsock the type TCPListener as listener.

Needed to compile wazero among other code.

deadprogram commented 11 months ago

Merging since is based on existing code, just exporting it.