logoalt Hacker News

jackhalfordlast Friday at 10:54 PM1 replyview on HN

Could we compile tailscale with tinygo to run it on openwrt? Last time I checked tailscale was too large for 8MB flash routers


Replies

mayamayesterday at 2:16 AM

Lot of stdlib, especially net, crypto, in tinygo doesn't compile, or if compiles has stubs as implementation that panics with not implemented. Few years ago, I tried compiling small terminal http client app and failed at compile stage.

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