EngoEngine / engo

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

Gopherjs doesn't work with go 1.12 #662

Closed Noofbiz closed 4 years ago

Noofbiz commented 5 years ago

Right now, gopherjs panics with a message about only supporting 1.11

The gopherjs pr related to this is here https://github.com/gopherjs/gopherjs/issues/887

Noofbiz commented 5 years ago

In the meantime I've made a WASM server that can serve engo games on localhost https://github.com/Noofbiz/engoWasmServer