tinygo/loader
Ayke van Laethem d04b07fa8b compileopts: always enable CGo
CGo is needed for the rp2040 and for macOS (GOOS=darwin), without it
these targets just won't work. And there really isn't a benefit from
disabling CGo: we don't need any external linkers for example.

This avoids a somewhat common issue of people having CGO_ENABLED=0
somewhere in their environment and not understanding why things don't
work. See for example: https://github.com/tinygo-org/tinygo/issues/3450
2024-02-19 17:53:36 +01:00
..
errors.go main: match go test output 2021-05-06 20:04:16 +02:00
goroot.go os/user: add bare-bones implementation of the os/user package 2023-12-30 10:56:23 +01:00
list.go compileopts: always enable CGo 2024-02-19 17:53:36 +01:00
loader.go loader: make sure Go version is plumbed through 2024-01-19 21:23:58 +01:00
loader_go122.go loader: make sure Go version is plumbed through 2024-01-19 21:23:58 +01:00
ssa.go compiler: add support for type parameters (aka generics) 2022-06-11 20:41:16 +02:00