build2-packaging / godot-cpp

build2 package for Godot's GDExtension library
2 stars 1 forks source link

Add support for web builds (using emscripten at least) #9

Open Klaim opened 1 month ago

Klaim commented 1 month ago

Godot games can be built as wasm, in which case the gdextension they use must be built as wasm files. Currently this is not tested but I suspect it will not work immediately as there are speciifc options to handle, like Godot 4.3's new support for switching on/off "threading" (which when turned off helps with publishing web games without having to handle support of haredArrayBuffer on the server side).