tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
14.73k stars 859 forks source link

latest versioning of compatible matrix of tinygo/go #4233

Open hy950921 opened 2 months ago

hy950921 commented 2 months ago

I am using fastly to build my tinygo APP, I am having tinygo0.27.0 go golang1.20.6 installed, but having an issue with build process https://github.com/tinygo-org/tinygo/issues/2950 which needs to be fixed by tinygo0.28.0. However still having build errors while installing different versions.

hy950921 commented 2 months ago

@orsinium, thanks for your help

orsinium commented 2 months ago

Could you provide a code example, steps to reproduce, tinygo version output, and the build command output, please?