jsgo icon indicating copy to clipboard operation
jsgo copied to clipboard

GopherJS compiler, serving framework and CDN.

Results 8 jsgo issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191204025024-5ee1b9f4859a to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20191204025024-5ee1b9f4859a&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The latest change in GopherJS (https://github.com/gopherjs/gopherjs/issues/899) made it possible to use `syscall/js` instead of `github.com/gopherjs/gopherjs/js`, and Ebiten now replaced all the imports. Ebiten requires GopherJS (and Go 1.12 for the...

I have followed the Running locallly guide, and get the server up and running. When I try to access it at localhost:8080 or http://localhost:8080/github.com/kyeett/adventure-island/ I just get a 500 error....

It would be great if you run uglify/ugllify2 afterwards to further minimize file size.

I'm thinking of using your jsgo.io at my website https://hajimehoshi.github.io/ebiten/. I'd like to keep the examples' JavaScript latest as much as possible. In my website, there are multiple examples like...

Can the iframe have sandbox attribute? Now a Go script can break the editor itself. I think the necessary value is `allow-forms allow-scripts allow-modals allow-popups`.

JS code from the same Go code both with and without minimizing worked on my local machine (I have confirmed `gopherjs serve --tags=example -m`). Is there a good way to...

Very very cool. It's going to be interesting how the new golang packaging versioning plays out from RSC. It would allow a one to one mapping of semvar versioning. Just...