tinygo-org / tinygo

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

Go compatibility matrix is out of date #4485

Open inliquid opened 1 month ago

inliquid commented 1 month ago

There is very good document Go compatibility matrix which describes mapping between supported big Go and tinygo versions, but unfortunately outdated, the last Go version mentioned there is go1.20.

I have discovered this when was investigating some issues in related Wasm projects. I think it makes sense to update, and maybe add some automation here? Not sure about that last point.

calebschoepp commented 3 weeks ago

I would also find an up to date version of this beneficial.