]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initial build of kvvfs in wasm. It loads but cannot find the VFS for as-yet-unknown...
authorstephan <stephan@noemail.net>
Mon, 12 Sep 2022 12:39:28 +0000 (12:39 +0000)
committerstephan <stephan@noemail.net>
Mon, 12 Sep 2022 12:39:28 +0000 (12:39 +0000)
commitad5125a624f22d8d18989287437f50a69ca8ff2b
treea61338d33e57e6ae35a5fce41a2f0adce3f763f7
parentc6c9c6aad0a8652d3daf0298fe9d411b03c79c41
Initial build of kvvfs in wasm. It loads but cannot find the VFS for as-yet-unknown reasons (sqlite3 shell works fine), and most APIs throw "null function or function signature mismatch" from deep within wasm, presumably as a side effect of the "missing" VFS.

FossilOrigin-Name: 1a2f24a0bdfc6eaae478916b8f4f9c6b63ead9964534fc2951fb4e995ffe61f1
ext/wasm/GNUmakefile
ext/wasm/kvvfs.make [new file with mode: 0644]
ext/wasm/kvvfs1.html [new file with mode: 0644]
ext/wasm/kvvfs1.js [new file with mode: 0644]
manifest
manifest.uuid
src/os_kv.c