gopherjs / gopherwasm

This package is deprecated. Use syscall/js of GopherJS instead.
BSD 2-Clause "Simplified" License
79 stars 5 forks source link

Q: which gopherwasm is current ? #12

Closed steveoc64 closed 6 years ago

steveoc64 commented 6 years ago

http://github.com/gowasm/gopherwasm or http://github.com/gopherjs/gopherwasm

Which one should we be working on ? As of the time of posting this issue, the gopherjs repo is more current than the gowasm repo by ~12 days, and includes the new semantics such as js.Null and friends are now functions instead of values.

Im currently trying to use gowasm/vdom as part of what Im hacking on, but finding issues with gowasm/gopherwasm that appear to be fixed in gopherjs/gopherwasm.

Is this just temporary growing pains, or will they be separate repos ?

ta