]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Expose a JS-friendly subset of sqlite3_config() to JS, with the notable caveats that...
authorstephan <stephan@noemail.net>
Fri, 16 Dec 2022 13:04:21 +0000 (13:04 +0000)
committerstephan <stephan@noemail.net>
Fri, 16 Dec 2022 13:04:21 +0000 (13:04 +0000)
commite9f740e48408fe5cb2eac650238b85cf8b002ff7
tree8fa0e07852ff0e3d0b56aab498db719c1032d7f3
parentd980442188dda47b965e0cd7c822536acdddc72d
Expose a JS-friendly subset of sqlite3_config() to JS, with the notable caveats that (1) setting up the JS bindings requires starting the library, making sqlite3_config() illegal to call and (2) calling sqlite3_shutdown() in order to make it legal to call sqlite3_config() may undo certain JS-side library initialization. Move sqlite3_(de)serialize() into the int64-mode-only bindings because of their int64 args.

FossilOrigin-Name: 62e0c931ac952219f68e22d64e20836781bf330b4581e4662266172a97c9289b
ext/wasm/api/sqlite3-api-glue.js
ext/wasm/api/sqlite3-wasm.c
ext/wasm/tester1.c-pp.js
manifest
manifest.uuid