tinygo/compileopts
Ayke van Laethem 78bd7e094f compiler: move funcImplementation to compileopts
This allows packages other than the compiler to know (from a single
source of truth) which implemenation is used for Go func values.

This refactor is necessary to be able to move the Optimize function to
the transform package.
2020-03-21 15:45:25 +01:00
..
config.go compiler: move funcImplementation to compileopts 2020-03-21 15:45:25 +01:00
options.go main: add -programmer flag 2019-11-12 17:45:26 +01:00
target.go compileopts: fix CGo when cross compiling 2020-01-20 20:30:42 +01:00
target_test.go main: move target specification into a separate package 2019-11-04 11:45:35 +01:00