mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
wasm-tools directory
This directory has a separate go.mod file because the wasm-tools-go module requires Go 1.22, while TinyGo itself supports Go 1.19.
When the minimum Go version for TinyGo is 1.22, this directory can be folded into internal/tools and the go.mod and go.sum files deleted.