Put GOOS first, GOARCH second.

Dmitri Shuralyov 2018-09-09 21:19:55 -04:00
parent b7883c32e8
commit 41508cae13

@ -30,7 +30,7 @@ func main() {
Run: Run:
```sh ```sh
$ GOARCH=wasm GOOS=js go build -o test.wasm main.go $ GOOS=js GOARCH=wasm go build -o test.wasm main.go
``` ```
And copy over the HTML & JS support files: And copy over the HTML & JS support files: