Open rzr opened 4 years ago
https://tinygo.org/lang-support/stdlib/#net does not seems supported yet, is it ?
Relate-to: https://github.com/tinygo-org/drivers/issues/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
/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 net/http | ✔ 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: https://github.com/tinygo-org/tinygo/issues/447