Quote path in case it has spaces.

Dmitri Shuralyov 2018-09-19 00:18:28 -04:00
parent efe1a05349
commit 34293d4754

@ -31,7 +31,7 @@ That will build the package and produce an executable WebAssembly module file ma
Copy the JavaScript support file:
```sh
$ cp $(go env GOROOT)/misc/wasm/wasm_exec.js .
$ cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
```
Create an `index.html` file: