tinygo/compileopts
Ayke van Laethem cdd267fa10 builder: add support for cross compiling to Darwin
This means that it will be possible to generate a Darwin binary on any
platform (Windows, Linux, and MacOS of course), including CGo. Of
course, the resulting binaries can only run on MacOS itself.

The binary links against libSystem.dylib, which is a shared library. The
macos-minimal-sdk repository contains open source header files and
generated symbol stubs so we can generate a stub libSystem.dylib without
copying any closed source code.
2022-02-12 15:33:06 +01:00
..
config.go builder: add support for cross compiling to Darwin 2022-02-12 15:33:06 +01:00
options.go main (test): integrate test corpus runner 2022-01-23 10:22:28 -05:00
options_test.go internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
target.go builder: add support for cross compiling to Darwin 2022-02-12 15:33:06 +01:00
target_test.go compileopts: fix reversed append in the target file 2021-11-07 09:26:46 +01:00