switch compiler to go instead of tinygo, TODO: increases size significantly

This commit is contained in:
alu
2026-09-02 18:46:17 +00:00
parent ab5ab2b81b
commit 7bbd8f6eb3
4 changed files with 337 additions and 312 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module wfa
go 1.26.4
go 1.27.0
require (
github.com/schollz/progressbar/v3 v3.19.1