EngoEngine/engo

WASM build doesn't work

Noofbiz opened this issue · 3 comments

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.

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

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

Closed by #701