Godot Version
Godot 3.5.3
Question
I need to export a game to HTML5 that I developed in Godot 3.5 using 2shady4u’s SQLite plugin. It doesn’t work currently. The error is as follows:
To use dlopen, you need to use Emscripten's linking support, see https://github.com/emscripten-core/emscripten/wiki/Linking
One potential solution I found online here mentioned changing the export type from Regular to GDNative, but I can’t find the Godot 3.5 export template. The stackexchange post is about godot 3.5 and uses GDNative, so does anyone know where I can find the GDNative debug and GDNative release webassembly export templates?