rzr / webthing-go

http://purl.org/webthing-go
Mozilla Public License 2.0
8 stars 0 forks source link

Support tinygo #4

Open rzr opened 4 years ago

rzr commented 4 years ago

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

rzr commented 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

rzr commented 3 years ago

https://github.com/alphahorizonio/tinynet may this help to support http ?

rzr commented 3 years ago

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

rzr commented 2 years ago

Some interesting updates i didnt notice

https://tinygo.org/docs/reference/lang-support/stdlib/#neth

net | ✔ yes net/http | ✔ yes

rzr commented 2 years ago

Update: https://tinygo.org/docs/reference/lang-support/stdlib/#neth

net/http

This package cannot be imported because the following dependencies cannot be compiled:

crypto/tls

...

cc: @zyga