This website requires JavaScript.
Explore
Help
Sign In
database
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
mirror of
https://github.com/sqlite/sqlite.git
synced
2025-05-31 11:21:21 +03:00
Code
sqlite
/
ext
/
wasm
/
fiddle
History
stephan
8a8244b5c1
Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink option. Fix unlink usage in speedtest1.html. Minor JS build cleanups.
...
FossilOrigin-Name: ac9af71b72a749b0a040273a88480d56f49570b569389a4ea20cc055f494d8ff
2022-10-20 18:31:32 +00:00
..
emscripten.css
wasm/fiddle refactoring part 1 of N: move fiddle app from ext/fiddle to ext/wasm/fiddle, which only contains files intended to be pushed to the live site. Disabled build of the non-fiddle wasm parts, pending a later step of the refactoring.
2022-08-10 09:36:10 +00:00
fiddle-worker.js
Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink option. Fix unlink usage in speedtest1.html. Minor JS build cleanups.
2022-10-20 18:31:32 +00:00
fiddle.html
Put pieces in place for fiddle to support opfs, but more cleanup is required in the sqlite3.js/fiddle connection. bigIntEnabled now defaults to whether the Emscripten's module has bigint enabled. Add wasm-sensible defaults for several SQLITE_ENABLE/OMIT flags in sqlite3-wasm.c.
2022-09-21 19:51:25 +00:00
fiddle.js
Finish eliminating explicit Emscripten module dependencies in test code and fiddle. The only remnant in public code is the Emscripten-generated module load/init interface.
2022-09-29 16:54:23 +00:00