GodotBuilder / godot-builds

Deploys Godot Engine release binaries via Travis CI and AppVeyor
https://godotengine.org
44 stars 12 forks source link

Build WebAssembly, use latest Emscripten #8

Closed leonkrause closed 7 years ago

leonkrause commented 7 years ago

This downloads emsdk and uses that to install up-to-date Emscripten, which enables us to build WebAssembly templates

akien-mga commented 7 years ago

I guess we could even make the javascript builds on Linux then instead of the less available OSX build nodes :)

leonkrause commented 7 years ago

I didn't know OSX takes longer, that would be great. But if I remember correctly, the Linux binaries offered by Emscripten had problems with "GLIBCXX_X.X.XX not found" last time I tried, not sure if they're building them with an older version by now.