]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Expand "sqlite3_vfs*" JS-to-WASM function argument conversions to accept VFS names...
authorstephan <stephan@noemail.net>
Thu, 1 Dec 2022 03:55:28 +0000 (03:55 +0000)
committerstephan <stephan@noemail.net>
Thu, 1 Dec 2022 03:55:28 +0000 (03:55 +0000)
commit2b2199570da5d8e3e6a5cf1caae97a66b705124f
treebb2074189e99113a35d32bd25f4c2d92cac68a6d
parent85ec20ac66d0a5fe8d6ae4769216bd06338d9a9f
Expand "sqlite3_vfs*" JS-to-WASM function argument conversions to accept VFS names (JS strings) and capi.sqlite3_vfs instances. Implement sqlite3_js_vfs_create_file() to facilitate creation of file-upload features which store the file in VFS-specific storage (where possible, e.g. "unix" and "opfs" VFSes). Correct an argument type check in the SQLite3Error and WasmAllocError constructors.

FossilOrigin-Name: e1009b16d351b23676ad7bffab0c91b373a92132eb855c9af61991b50cd237ed
ext/wasm/api/sqlite3-api-glue.js
ext/wasm/api/sqlite3-api-prologue.js
ext/wasm/common/whwasmutil.js
ext/wasm/tester1.c-pp.js
manifest
manifest.uuid