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

WASM build doesn't work #697

Closed Noofbiz closed 4 years ago

Noofbiz commented 4 years ago

due to changes regarding array allocation in go and js, our build using go1.13 is broken. We need to fix it in EngoEngine/gl as well.

hajimehoshi commented 4 years ago

Note that go1.14 includes further breaking change :-) (js.Value is no longer comparable)

Noofbiz commented 4 years ago

Yeah, I suppose that's what happens when you try to support stuff when the api can still change :P

Noofbiz commented 4 years ago

Closed by #701