GopherJS 1.18.0-beta2 is out! This holiday gift is brought by our awesome user community, who contributed most of the features in it. `embed` package support and faster maps are the highlights, but there is much more!
A compiler from Go to JavaScript
Joined January 2014
- By the way, GopherJS playground has been updated to the latest 1.18.0-beta1 release of GopherJS: gopherjs.github.io/playground/
- Shout out to Tom Connell for contributing github.com/gopherjs/gophe…! It makes cost of len() O(1) relative to the size of the map, where before it was O(n) and could get really slow for large maps. 🚀
- At last, Go 1.18 support comes to GopherJS: github.com/gopherjs/gophe…. This is a very big release for us with many important changes, check out release notes to find out more!
- Since no major objections have been raised, the proposal has been accepted 🚀 The first ES 2015 feature to appear in GopherJS 1.18 is likely to be destructuring assignments, enabling more compact code generation for multi-value returns 🗜Is it time for GopherJS to begin using ECMAScript 2015 features? There is a proposal to do just that: github.com/gopherjs/gophe…. What do you think?

