sqlite/ext/fiddle
stephan e145136a4e wasm: minor refactoring and doc updates.
FossilOrigin-Name: 6044605b2a712da73600cabb967797a03ed1915dc0ab0b10edbd52525e548196
2022-05-23 19:38:57 +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 fiddle: cleaned up and documented the status-loading progress mechanism in prep for reusing it in the sqlite3-api worker. 2022-05-23 16:54:18 +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 fiddle: cleaned up and documented the status-loading progress mechanism in prep for reusing it in the sqlite3-api worker. 2022-05-23 16:54:18 +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: added missing 'use strict' and fixed an undeclared var use caught by that. 2022-05-23 13:55:39 +00:00
SqliteTestUtil.js wasm: minor refactoring and doc updates. 2022-05-23 19:38:57 +00:00
testing1.html wasm: minor refactoring and doc updates. 2022-05-23 19:38:57 +00:00
testing1.js wasm: minor refactoring and doc updates. 2022-05-23 19:38:57 +00:00
testing-common.js wasm: minor refactoring and doc updates. 2022-05-23 19:38:57 +00:00