-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Support tinygo #4
Comments
https://tinygo.org/lang-support/stdlib/#net does not seems supported yet, is it ? Relate-to: tinygo-org/drivers#152 /label hacktoberfest |
https://github.com/alphahorizonio/tinynet may this help to support http ? |
Status update: https://tinygo.org/docs/reference/lang-support/stdlib/#net net/home/ron/.gvm/gos/go1.16.3/src/net/pipe.go:156:16: ErrDeadlineExceeded not declared by package os |
Some interesting updates i didnt notice https://tinygo.org/docs/reference/lang-support/stdlib/#neth net | ✔ yes |
Update: https://tinygo.org/docs/reference/lang-support/stdlib/#neth net/http This package cannot be imported because the following dependencies cannot be compiled: ... cc: @zyga |
As there is an other go implementation maybe this one could try to focus on tinygo support
http module would help too
https://tinygo.org/lang-support/stdlib/
https://tinygo.org/lang-support/stdlib/#net-http
Relate-to: tinygo-org/tinygo#447
The text was updated successfully, but these errors were encountered: