@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
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?