Files
tinygo/cgo
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-02-25 14:41:42 +01:00
2025-02-25 14:41:42 +01:00
2024-11-18 18:35:20 +01:00
2024-05-24 19:12:26 +02:00
2025-02-25 14:41:42 +01:00
2023-05-04 20:45:02 +02:00