Files
tinygo/compiler
Ayke van Laethem ea53ace270 cgo: mangle identifier names
This mangles CGo identifier names to something like "_Cgo_foo" instead
of using literal identifiers like "C.foo". This works around
https://github.com/golang/go/issues/71777.

I don't like this solution, but I hope we'll find a better solution in
the future. In that case we can revert this commit.
2025-02-25 14:41:42 +01:00
..
2025-01-20 06:15:33 +01:00
2024-05-14 20:44:48 +02:00
2024-11-20 14:07:55 +01:00
2025-01-20 06:15:33 +01:00
2021-09-27 15:47:12 +02:00
2023-10-01 18:32:15 +02:00
2023-10-01 18:32:15 +02:00
2024-05-24 19:12:26 +02:00
2025-02-25 14:41:42 +01:00