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
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: dist/sql-asm-debug.js
modified: dist/sql-asm-memory-growth.js
modified: dist/sql-asm.js
modified: dist/sql-wasm-debug.js
modified: dist/sql-wasm-debug.wasm
modified: dist/sql-wasm.js
modified: dist/sql-wasm.wasm
modified: dist/worker.sql-asm-debug.js
modified: dist/worker.sql-asm.js
modified: dist/worker.sql-wasm-debug.js
modified: dist/worker.sql-wasm.js
It seems like my emsdk versions are,
1.39.5
1.39.5-fastcomp
The text was updated successfully, but these errors were encountered:
I've tried building the SQLite source on my own but noticed I'm getting a different
dist
output from what's in this repository.Am I using the wrong version of
emsdk
?In
emsdk
,In
sql.js
,Then,
And my output,
It seems like my
emsdk
versions are,The text was updated successfully, but these errors were encountered: