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-11-11 01:42:22 +03:00
Code
Activity
Files
660dfbdcfb8da113b718656fc309879ecf03f515
sqlite
/
ext
/
fiddle
History
stephan
4257373f6d
fiddle: refactor into main thread (UI) and worker thread (wasm module). Added bits needed to support triggering sqlite3_interrupt() but do not yet have a second SharedWorker to test it with.
...
FossilOrigin-Name: 5ff3326856bc190cee15a5fca5ded89aacc4bf931a8df98726a872b310e2a4fc
2022-05-21 14:19:05 +00:00
..
fiddle-worker.js
fiddle: refactor into main thread (UI) and worker thread (wasm module). Added bits needed to support triggering sqlite3_interrupt() but do not yet have a second SharedWorker to test it with.
2022-05-21 14:19:05 +00:00
fiddle.html
fiddle: refactor into main thread (UI) and worker thread (wasm module). Added bits needed to support triggering sqlite3_interrupt() but do not yet have a second SharedWorker to test it with.
2022-05-21 14:19:05 +00:00
fiddle.js
fiddle: refactor into main thread (UI) and worker thread (wasm module). Added bits needed to support triggering sqlite3_interrupt() but do not yet have a second SharedWorker to test it with.
2022-05-21 14:19:05 +00:00
index.md
In wasm builds, ifdef out shell commands which require file I/O, pipes, or which trigger an exit() (.quit and .exit). Documented some of the quirks and limitations of the C/WASM crossover. Keep the JS code from calling into the C code after an exit() has been triggered.
2022-05-18 22:58:34 +00:00
Makefile
When building fiddle from its own directory (e.g. from emacs instead of the normal build process), force -O0 the sake of compilation speed. The top-level build now defaults to -Oz, which is more appropriate for that case.
2022-05-19 16:49:15 +00:00