You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@neelance suggested to unify GopherWasm and GopherJS by making GopherJS recognize syscall/js as a wrapper like GopherWasm. This would enable the users to replace
import "github.com/gopherjs/gopherwasm/js"
with
import "syscall/js"
while the programs still work both for GopherJS and Wasm. This simplifies things very much and encourages users to migrate from GopherJS to Wasm more smoothly than the current GopherWasm.
Any thoughts?
neelance, bketelsen, agurinov, dmitshur, miketth and 2 more