Q: which gopherwasm is current ?
steveoc64 opened this issue · 0 comments
steveoc64 commented
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