Skip to content

Commit 4b1de68

Browse files
committed
WebAssembly: fix reference to go install
Change-Id: I7bfaf2dcdffb5fee2993513d8752f4a36fbfbb1a Reviewed-on: https://go-review.googlesource.com/c/wiki/+/616955 Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 128845d commit 4b1de68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebAssembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Then serve the three files (`index.html`, `wasm_exec.js`, and
9292
[`goexec`](https://github.com/shurcooL/goexec#goexec):
9393

9494
```sh
95-
# install goexec: go install github.com/shurcooL/goexec
95+
# install goexec: go install github.com/shurcooL/goexec@latest
9696
goexec 'http.ListenAndServe(`:8080`, http.FileServer(http.Dir(`.`)))'
9797
```
9898

0 commit comments

Comments
 (0)