tinygo/lib
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
..
avr@6624554c02 avr: remove device files, use them from a subrepository 2018-09-05 12:13:33 +02:00
binaryen@96f7acf09a internal/task: use asyncify on webassembly 2021-11-14 10:49:28 +01:00
CMSIS@9fe411cef1 Add runtime support for the nRF52 2018-04-25 20:06:08 +02:00
cmsis-svd@df75ff974c esp32c3: add support for this chip 2021-09-16 20:13:04 +02:00
compiler-rt@5bc79797e1 Revert "all: use compiler-rt from the llvm-project directory" 2019-11-25 14:37:52 +01:00
macos-minimal-sdk@a9a5a723a6 builder: add support for cross compiling to Darwin 2022-02-12 15:33:06 +01:00
mingw-w64@acc9b9d9eb all: add support for windows/amd64 2021-11-16 11:08:30 +01:00
musl@040c1d16b4 builder: build static binaries using musl on Linux 2021-11-04 17:15:38 +01:00
nrfx@d779b49fc5 nrfx: updare submodule to latest commit 2021-01-06 18:50:46 +01:00
picolibc@f68b8204f7 cgo: add support for stdio in picolibc and wasi-libc 2021-10-26 17:08:30 +02:00
stm32-svd@e6db8e32d5 stm32: add more MCUs with h/w RNG 2022-01-04 20:27:41 +01:00
wasi-libc@ad5133410f wasm: update wasi-libc dependency 2021-11-04 21:10:42 +01:00
picolibc-stdio.c cgo: add support for stdio in picolibc and wasi-libc 2021-10-26 17:08:30 +02:00