commit | a949d74bb45e82572159e87674daefda34064401 | [log] [tgz] |
---|---|---|
author | DavadDi <dwh0403@163.com> | Mon Jul 15 17:28:28 2019 +0800 |
committer | DavadDi <dwh0403@163.com> | Mon Jul 15 17:28:28 2019 +0800 |
tree | 6839d150fccb38cd6107b7cb85e4106dd5396b43 | |
parent | 8dea6a489549315699523ab4fe5515ba593456d5 [diff] |
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(".")))' ```