Skip to content

sqlite3_open_v2() failed when run with custom build of emsdk@4.0.1 #239

Answered by rhashimoto
subframe7536 asked this question in Q&A
Discussion options

You must be logged in to vote

EMSDK 4.0 changed the default setting of WASM_BIGINT to true. wa-sqlite expects 64-bit ints to be passed as a "legalized" pair of 32-bit numbers so that would cause all kinds of havoc.

Fixed with #241.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@subframe7536
Comment options

@rhashimoto
Comment options

Answer selected by subframe7536
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants