Files
tinygo/lib
Ayke van Laethem 105fe9b25d darwin: replace custom syscall package with Go native syscall package
This required a few compiler and runtime tricks to work, but I ran a
bunch of tests and it seems fine. (CI will of course do more exhaustive
testing).

The main benefit here is that we don't need to maintain the darwin
version of the syscall package, and reduce extra risks for bugs (because
we reuse the well-tested syscall package). For example, Go 1.23 needed a
bunch of new constants in the syscall package. That would have been
avoided if we had used the native syscall package on MacOS.
2024-09-04 20:04:25 +02:00
..
2023-10-16 18:34:20 +02:00
2022-12-16 21:26:49 +01:00
2024-02-19 19:10:21 +01:00
2022-10-13 13:38:02 +02:00
2022-11-06 09:05:05 +01:00
2024-07-02 07:02:03 -07:00
2023-11-04 23:32:42 +01:00