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
2026-01-13 20:39:27 +03:00
Code
Activity
Files
2eb454147aad00a41e96e08e6566351ccc52369b
sqlite
/
ext
/
fiddle
History
stephan
056b72a988
Added the standard sqlite license header to the the fiddle JS files. Minor internal renamings in those same files.
...
FossilOrigin-Name: 67e40d99ff84a6cb23c68bf0722a4f9dee29b8ad18d9e7aac7d1665e99901ba1
2022-05-20 13:50:04 +00:00
..
fiddle.in.html
Added the standard sqlite license header to the the fiddle JS files. Minor internal renamings in those same files.
2022-05-20 13:50:04 +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
module-post.js
Added the standard sqlite license header to the the fiddle JS files. Minor internal renamings in those same files.
2022-05-20 13:50:04 +00:00
module-pre.js
Added the standard sqlite license header to the the fiddle JS files. Minor internal renamings in those same files.
2022-05-20 13:50:04 +00:00