Skip to content

Commit

Permalink
misc/wasm: fix permissions on wasm_exec.js
Browse files Browse the repository at this point in the history
Currently wasm_exec.js is executable (0755) yet has no interpreter.
Indeed wasm_exec.js is only ever used as an argument to Node or loaded
via a <script> tag in a browser-loaded HTML file.  Hence the execute
mode bits are superfluous and simply serve to clutter your PATH if
$GOROOT/misc/wasm is on your PATH (as is required if you want to run go
test syscall/js).

Change-Id: I279e2457094f8a12b9bf380ad7f1a9f47b22fc96
Reviewed-on: https://go-review.googlesource.com/120435
Run-TryBot: Paul Jolly <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
  • Loading branch information
myitcv authored and bradfitz committed Jun 21, 2018
1 parent 24fb2e0 commit 4b34289
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified misc/wasm/wasm_exec.js
100755 → 100644
Empty file.

0 comments on commit 4b34289

Please sign in to comment.