Tinygo - Go-компилятор для встраиваемых систем (форк https://github.com/tinygo-org/tinygo) С поддержкой сборки динамических библиотек
Найти файл
Ayke van Laethem ff9e7a8b77 Implement CGo support
This mostly works around the default CGo support: this compiler doesn't
need special wrappers for C functions as it uses the C calling
convention by default.
2018-04-20 16:31:43 +02:00
src Implement CGo support 2018-04-20 16:31:43 +02:00
.gitignore Hello world! 2018-04-11 16:17:14 +02:00
Makefile Reorganize packages 2018-04-15 03:38:01 +02:00
tgo.go Implement CGo support 2018-04-20 16:31:43 +02:00