]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Renamed SQLITE_SHELL_WASM_MODE to SQLITE_SHELL_WASM_WEB_MODE and no longer automatica...
authorstephan <stephan@noemail.net>
Tue, 12 Jul 2022 09:40:27 +0000 (09:40 +0000)
committerstephan <stephan@noemail.net>
Tue, 12 Jul 2022 09:40:27 +0000 (09:40 +0000)
commitea1e3b425136d935c06de7883056e4b8a876be66
tree1ec304f09e0fe5926687141a0f48b9e4bc22096e
parentb2d71371547de4b308292d94e8961264a74641c4
Renamed SQLITE_SHELL_WASM_MODE to SQLITE_SHELL_WASM_WEB_MODE and no longer automatically enable it if __EMSCRIPTEN__ is defined, in order to facilitate using Emscripten to build the shell for CLI-based WASM runtimes (which cannot make use of the web-specific user input changes). The fiddle build now explicitly passes the new flag on at compile-time.

FossilOrigin-Name: ee059ad5a811a1511e37158f041a7bf9070529d530410d2f1c4395cdd25c6d33
Makefile.in
manifest
manifest.uuid
src/shell.c.in