Archive of stories published by GopherJS

GopherJS 1.8-1 is released

Today we are happy to announce the release of GopherJS 1.8-1. You can get it on GitHub. It adds support for the recent release of Go 1.8. There have been significant performance improvements and enhancements since GopherJS 1.7-1.


GopherJS 1.9-1 is released

Today we are happy to announce the release of GopherJS 1.9-1. You can get it on GitHub as usual. It adds support for the recent release of Go 1.9. There have been many minor improvements since GopherJS 1.8-1.


GopherJS 1.10-1 is released

Today we are happy to announce the release of GopherJS 1.10-1. You can get it on GitHub as usual.

It adds support for the recent release of Go 1.10. The support for Go 1.10 means that GopherJS 1.10-1 requires Go 1.10 and no longer works with Go 1.9. It’s…


GopherJS 1.12–1 is released

Today we are happy to announce the release of GopherJS 1.12–1. You can get it on GitHub as usual.

This release adds support for Go 1.12. The support for Go 1.12 means that GopherJS 1.12–1 requires Go 1.12 and no longer works with Go 1.11. It’s highly…


GopherJS 1.16 released

After lagging behind Go for about 2 years (since version 1.12), GopherJS 1.16.0+go1.16.3 has been released with Go 1.16 support!

GopherJS compiles Go code to pure JavaScript code (not WebAssembly). It’s main purpose is to give you the opportunity to write…