Updated WebAssembly (asciidoc)
diff --git a/WebAssembly.asciidoc b/WebAssembly.asciidoc
index c5a5435..8539645 100644
--- a/WebAssembly.asciidoc
+++ b/WebAssembly.asciidoc
@@ -90,6 +90,7 @@
 https://github.com/shurcooL/goexec#goexec[`goexec`]:
 
 ```sh
+# install goexec: go get -u github.com/shurcooL/goexec
 $ goexec 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))'
 ```