package main func main() { println("Hello World") }. Now, in order to compile this, you'll have to set GOARCH=wasm and GOOS=js and you'll ...
確定! 回上一頁