Updated WebAssembly (markdown)

Hajime Hoshi 2018-07-06 03:58:15 +09:00
parent ff4f99593e
commit 6487b8a407

@ -14,7 +14,7 @@ GOOS=js GOARCH=wasm /path/to/latest/gocode/bin/go build -o yourgame.wasm github.
# Copy `wasm_exec.js` to execute the Wasm binary
```sh
cp /path/to/latest/gocode/bin/go/misc/wasm_exec.js .
cp /path/to/latest/gocode/misc/wasm_exec.js .
```
# Create an HTML