Open
Description
As described above.
I'm wondering if we can just create a very tiny bootstrap C project and link it to a tinyGO program?
And in that case, tinygo output will be "xxx.h" and "xxx.so" and finally link to a basic C project which prepare working environments for tinygo core.
So that maybe we can use most currently useful C platform code and handle data with tinygo.
Nor don't we need to write platform hardware related code in tinygo and tinygo itself can run as a VM(runtime).