EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.76k stars 136 forks source link

Gopherjs or wasm testing #641

Closed Noofbiz closed 4 years ago

Noofbiz commented 5 years ago

Now that travis defaults to $GO111MODULES=on and gopherjs is not module aware, the gopherjs tests have been disabled. This could easily be fixed when gopherjs becomes module aware, but until then it could be fixed by either disabling go modules in the tests or testing instead using wasm and a framework like puppeteer.

Noofbiz commented 5 years ago

642 - Travis CI is now building but not testing using wasm

when trying to test, it throws panic: newosproc: not implemented

Noofbiz commented 4 years ago

Closed in #711