HTML5 export web assembly GDNative templates

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?

I solved this problem without the elusive export templates by following this tutorial by FinePointCGI on YouTube. Paying special attention to the environment variables proved successful.

The above link allows one to create their own custom webassembly templates using emscripten.