You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to Emscripten 3.1.52
3.1.52 no longer allows using .bc, so use .o instead. Using .a throws
"Unknown format, not a static library!".
* Upgrade to Emscripten 3.1.64
v3.1.55 removed the --memory-init-file option, and this caused the build
to fail with "emcc: error: --memory-init-file is no longer supported".
Fixed by removing the option from Makefile.
# Since the extension-functions.c includes other headers in the sqlite_amalgamation, we declare that this depends on more than just extension-functions.c
0 commit comments