x1unix/go-playground

Update Go WebAssembly version

x1unix opened this issue · 0 comments

Right now, Go WebAssembly builder is still at 1.19 which is quite outdated.

Update it to latest Go 1.21.x and replace all CallImport's with a new //go:callimport compiler directive.