dispatchrun / net

Go package implementing WASI socket extensions
Apache License 2.0
137 stars 7 forks source link

wasip1: allow empty address in ListenPacket #17

Closed chriso closed 1 year ago

chriso commented 1 year ago

This PR fixes a bug where wasip1.ListenPacket(":port", ...) was rejected.