The import path changes changed the order of imports, but no `go fmt` was run before the commit. Oops...
the new import path is: tinygo.org/x/go-llvm
Support for channels is not complete. The following pieces are missing: * Channels with values bigger than int. An int in TinyGo can always contain at least a pointer, so pointers are okay to send. * Buffered channels. * The select statement.