We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just doing a wasip1.Listen socket and getting link errors - any way to skip the dial stuff that I don't need on a listen?
# github.com/stealthrocket/net/wasip1 ../../../../go/pkg/mod/github.com/stealthrocket/[email protected]/wasip1/dial_wasip1.go:32:22: undefined: net.Resolver
The text was updated successfully, but these errors were encountered:
code that does work with regular go:
https://github.com/ldemailly/go-scratch/blob/main/tinyhttp/tinyhttp.go
Sorry, something went wrong.
Hello @ldemailly, thanks for reporting!
If you are compiling with Tinygo, it might be beacuse the Tinygo standard library doesn't have a net.Resolver type.
net.Resolver
The code in this repository was only tested with the mainstream Go compiler.
Thanks, I'm trying from both ends to get something working :) Waiting a bit on tinygo side for clarity
No branches or pull requests
Just doing a wasip1.Listen socket and getting link errors - any way to skip the dial stuff that I don't need on a listen?
The text was updated successfully, but these errors were encountered: