sqlite/ext/fiddle
stephan c21c0e2af9 WASM: an arg handling fix for DB.exec({multi:true...}).
FossilOrigin-Name: 0d6332f706ec5c34cc6a9ff79878f4e10a9ad81b24cc7d743b52168586285811
2022-05-22 22:10:38 +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: an arg handling fix for DB.exec({multi:true...}). 2022-05-22 22:10:38 +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