We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63eb3c commit 7536c3bCopy full SHA for 7536c3b
wasm/.gitignore
@@ -1 +1,2 @@
1
+pkg/
2
src/
wasm/Makefile
@@ -23,4 +23,4 @@ fmt:
23
@go fmt ${DIR}/*.go
24
25
install:
26
- go get -u github.com/siongui/godom/wasm
+ GOARCH=wasm GOOS=js go get -u github.com/siongui/godom/wasm
wasm/README.rst
@@ -10,6 +10,12 @@ Development Environment:
10
- `Ubuntu 18.04`_
11
- Go_ (Go 1.11 or later for Go WebAssembly)
12
13
+Install:
14
+
15
+.. code-block:: bash
16
17
+ $ GOARCH=wasm GOOS=js go get -u github.com/siongui/godom/wasm
18
19
Examples:
20
21
- Hello World (`demo <https://siongui.github.io/frontend-programming-in-go/wasm/001-hello-world/demo/>`_)
0 commit comments