mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Put GOOS first, GOARCH second.
parent
b7883c32e8
commit
41508cae13
@ -30,7 +30,7 @@ func main() {
|
||||
Run:
|
||||
|
||||
```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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user