Wrong sqlite version in custom build #240
Answered
by
rhashimoto
subframe7536
asked this question in
Q&A
-
The origin reproduction: https://github.com/subframe7536/sqlite-wasm/tree/sqlite-version |
Beta Was this translation helpful? Give feedback.
Answered by
rhashimoto
Jan 22, 2025
Replies: 1 comment 1 reply
-
That's certainly an embarrassing sqwab bug. However, your fix in the sqwab workflow looks correct, and when I download your release artifacts and drop them in my dist directory, I think your sqwab fix worked but you're not picking up its files for some reason, maybe a build or caching problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
subframe7536
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's certainly an embarrassing sqwab bug. However, your fix in the sqwab workflow looks correct, and when I download your release artifacts and drop them in my dist directory,
SELECT sqlite_version();
returns 3.48.0.I think your sqwab fix worked but you're not picking up its files for some reason, maybe a build or caching problem.