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
192201d2ed2cc6ef34e78263c7c30622181775ad
sqlite
/
ext
/
fiddle
History
stephan
192201d2ed
wasm: corrected isSupportedBindType() to behave as documented.
...
FossilOrigin-Name: 7e2d2e807272e98e9a3c9c9ba492b796a603f36b7cc12b16923cd8a9e6579851
2022-05-23 13:52:36 +00:00
..
emscripten.css
Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.
2022-05-22 00:27:19 +00:00
EXPORTED_FUNCTIONS.fiddle
Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.
2022-05-22 00:27:19 +00:00
EXPORTED_FUNCTIONS.sqlite3
WASM: added exec(), execMulti(), and several getters. Various touchups and fixes.
2022-05-22 22:00:39 +00:00
EXPORTED_RUNTIME_METHODS
Minor fiddle-related build restructuring to support upcoming development of the C-style wasm sqlite3 interface, plus some commentary about the plans and goals for that.
2022-05-21 21:13:44 +00:00
fiddle-worker.js
Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.
2022-05-22 00:27:19 +00:00
fiddle.html
Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.
2022-05-22 00:27:19 +00:00
fiddle.js
Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.
2022-05-22 00:27:19 +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
Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.
2022-05-22 00:27:19 +00:00
sqlite3-api.js
wasm: corrected isSupportedBindType() to behave as documented.
2022-05-23 13:52:36 +00:00
testing1.html
Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it.
2022-05-22 00:27:19 +00:00
testing1.js
WASM: an arg handling fix for DB.exec({multi:true...}).
2022-05-22 22:10:38 +00:00
testing-common.js
Implemented Stmt.get() and friends for WASM OO
#1
wrapper. Added basic tests for prepare/step/get. Restructured module init output to introduce only 1 global-scope symbol instead of 2.
2022-05-22 19:09:59 +00:00