mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Quote path in case it has spaces.
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user