Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc/wasm: pollute global JS namespace less
This commit changes wasm_exec.js so it only puts the single name "go" into the global namespace. Other names became private or were turned into a property/method of "go". Change-Id: I633829dfd3c06936f092c0a14b9978bf855e41fe Reviewed-on: https://go-review.googlesource.com/112980 Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: Agniva De Sarker <[email protected]>
- Loading branch information