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