What is the status of web export if my game uses C++ from GDExtension?

Godot Version

4.5 windows

Question

Hello all,
I have a 2D game that is done entirely in C++. I know there were problems before with version 4+ and web export. Does someone know what the current status is and how mature the web export is, especially when using GDExtension C++?

I don’t know about the C++ GDExtension stuff. But as for C#, this is the last official update from Godot as far as I know.

You’ll need to build the export templates yourself as the official builds don’t have gdextension support enabled:

Enable them in the export templates:

And, of course, build your gdextension for web.

1 Like