Go 1.26 removed the internal/itoa package from the standard library. This causes TinyGo build failures when using Go 1.26. This problem is caused sinceinternal/itoa was removed in golang/go@49c1da4
So I propose
- Add
src/internal/itoa/itoa.go to tinygo source
- Update
"internal/itoa": false to pathsToOverride()
What do you think ?