Split the JS vfs/vtab helper code into discreet units as a step towards a build which...
commit1d60076433e9e95d3dec00156c8e27f89ea0035d
authorStephan Beal <sgbeal@googlemail.com>
Thu, 11 Jan 2024 12:31:58 +0000 (11 12:31 +0000)
committerStephan Beal <sgbeal@googlemail.com>
Thu, 11 Jan 2024 12:31:58 +0000 (11 12:31 +0000)
treeeebfe5f97543ccee0834650678264e7f988e3f77
parentfce602428e0d41b25cdc708e3624f85f29bfd9ab
Split the JS vfs/vtab helper code into discreet units as a step towards a build which optionally elides those pieces. This is an internal restructuring change and does not affect the API.
ext/wasm/GNUmakefile
ext/wasm/api/README.md
ext/wasm/api/sqlite3-api-glue.js
ext/wasm/api/sqlite3-vfs-helper.c-pp.js [new file with mode: 0644]
ext/wasm/api/sqlite3-vtab-helper.c-pp.js [moved from ext/wasm/api/sqlite3-v-helper.js with 57% similarity]