]> git.ipfire.org Git - thirdparty/sqlite.git/commit
wasm: added utility C code to generate a JSON-format "enum" of the numerous SQLITE_xy...
authorstephan <stephan@noemail.net>
Sat, 25 Jun 2022 10:30:24 +0000 (10:30 +0000)
committerstephan <stephan@noemail.net>
Sat, 25 Jun 2022 10:30:24 +0000 (10:30 +0000)
commitfa17e10592371a28182edbabae3a7a9b748fcca5
tree221218c0b2dc3da5a740a31da59d5af33053d67d
parent1c67ec5692ff02b506aca335d60f387a4f3b75a1
wasm: added utility C code to generate a JSON-format "enum" of the numerous SQLITE_xyz constants so that we do not risk those getting out of sync in the JS code. Renamed initSqlite3Module to sqlite3InitModule. Cleanups in the TypedArray handling.

FossilOrigin-Name: 778062e3b415dca5104eee398950741b6dbb9d4bdf7c998eef18371a42669946
Makefile.in
ext/fiddle/EXPORTED_FUNCTIONS.sqlite3-api
ext/fiddle/SqliteTestUtil.js
ext/fiddle/sqlite3-api.js
ext/fiddle/sqlite3-worker.js
ext/fiddle/testing1.js
ext/fiddle/wasm_util.c [new file with mode: 0644]
manifest
manifest.uuid