[Go 1.18 beta 1 is out](https://go.dev/blog/go1.18beta1). That means it's time to start working toward adding support to GopherJS. - [x] Compile and execute fuzz targets like normal tests. https://github.com/gopherjs/gopherjs/pull/1132 - [x] ~Re-enable `encoding/xml` tests once generics are supported.~ Moved to https://github.com/gopherjs/gopherjs/issues/1013. - [x] Generate explicit errors when encountering typeparams. - [x] Cleanup overlays that are not necessary in 1.18. - [x] `syscall/js`: Remove `Wrapper` interface.
Go 1.18 beta 1 is out. That means it's time to start working toward adding support to GopherJS.
Re-enableMoved to GopherJS generics support #1013.encoding/xmltests once generics are supported.syscall/js: RemoveWrapperinterface.