I want to compile the GDAL webAssembly archive(*.a file) to use in my own project, but when I process the build follow your makefile in this repos, it shows the error:"configure error: please intall sqlite3 binary". I can see the file "sqlite" in the build/usr/bin folder,but it is not the binary needed. Wasm binary/executable may only be used in nodejs or browser environment...Can you help me with the error? many thanks...