From 6487b8a4072bfa4e32a06f4b13605c6fbb342aee Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 6 Jul 2018 03:58:15 +0900 Subject: [PATCH] Updated WebAssembly (markdown) --- WebAssembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebAssembly.md b/WebAssembly.md index 307775a..b88394a 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -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