tailscale / tailscale

The easiest, most secure way to use WireGuard and 2FA.
https://tailscale.com
BSD 3-Clause "New" or "Revised" License
18.65k stars 1.44k forks source link

port to WASI #8320

Open bradfitz opened 1 year ago

bradfitz commented 1 year ago

The upcoming Go 1.21 supports WASI: https://tip.golang.org/doc/go1.21#wasip1

Tracking bug to add Go support.

This will permit running on e.g. Fastly Compute@Edge (https://developer.fastly.com/learning/compute/) and other such things.

whitequark commented 1 year ago

This is really cool!