mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
589569fc35
The magic CGo construct to turn a C array into a slice turned out to be not portable. Note: this is not the only problem, there is also a bug in the Go bindings for LLVM. With that one fixed, it is possible to build TinyGo on a Raspberry Pi (32-bit).