Files
tinygo/compiler
Ayke van Laethem 1789570f52 cgo: add //go: pragmas to generated functions and globals
This patch adds //go: pragmas directly to declared functions and
globals found during CGo processing. This simplifies the logic in the
compiler: it no longer has to consider special "C." prefixed function
names. It also makes the cgo pass more flexible in the pragmas it emits
for functions and global variables.
2021-11-24 21:09:29 +01:00
..
2021-10-03 16:28:34 +02:00
2021-09-27 15:47:12 +02:00
2021-09-27 15:47:12 +02:00
2021-11-06 09:40:15 +01:00
2021-09-27 15:47:12 +02:00
2021-11-16 11:08:30 +01:00