mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
910cf87ed5
Before this change, `GOOS=wasip1 GOARCH=wasm` and `-target=wasip1` were entirely separate configurations that just happened to be the same in practice. This change makes sure we keep only one of them to avoid inconsistencies.