aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-prologue.js
Commit message (Expand)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Approximately 100 typo corrections spanning the whole tree, submitted via [fo...stephan2025-02-27
* Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:...stephan2025-02-25
* wasm: when building in -O0 mode (typical dev mode), use -sASSERTIONS=2, else ...stephan2025-02-09
* Expose the new SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE/WRITE and SQLITE_DBCONFIG...stephan2025-01-31
* Replace use of Emscripten's Module.postRun() with a custom callback so that w...stephan2025-01-16
* Doc typo fix. No code changes.stephan2024-07-22
* JS error message and doc typos reported in the forum. No code changes.stephan2024-05-18
* Minor touchups in JS docs and exception messages.stephan2024-04-23
* Document why the wasm build does not use Emscripten's -sSTRICT=1 flag and acc...stephan2024-03-04
* When warning about multiple invocations of JS's sqlite3ApiBootstrap(), use th...stephan2024-03-04
* After wasm bootstrapping has read the optional global-scope config objects, d...stephan2024-03-04
* Make explicit which JS APIs are for internal use only by moving the JS-bound ...stephan2024-01-08
* Add a JS implementation of Java's SQLTester.stephan2023-08-30
|\
| * JS SQLTestRunner can now run the Java impl's core-most sanity tests, missing ...stephan2023-08-29
| * Get the JS SQLTester command handlers in place sans those which have to run SQL.stephan2023-08-29
|/
* Extend the importDb() method of both OPFS VFSes to (A) support reading in an ...stephan2023-08-18
* Add sqlite3.capi.sqlite3_js_posix_create_file() and oo1.OpfsDb.importDb() as ...stephan2023-08-11
* Deprecate sqlite3_js_vfs_create_file() because, it was discovered today, its ...stephan2023-08-11
* Fix a discrepancy between sqlite3_values_to_js() and its API docs/intended be...stephan2023-08-03
* Internal cleanups in the async part of the JS library bootstrap phase.stephan2023-07-21
* Minor internal cleanups in JS code.stephan2023-07-20
* Further refactoring of opfs-sahpool and start integrating it into tester1.c-p...stephan2023-07-18
* Move SAH pool configuration options from the library-level config to a config...stephan2023-07-16
* opfs-sahpool VFS now seems to work, in that it runs fine (and blazingly fast)...stephan2023-07-15
* Minor cleanups related to reintroducing wasmfs support.stephan2023-07-13
* Get wasmfs build and its bare-bones test app working again, albeit currently ...stephan2023-07-13
* Internal JS doc fix.stephan2023-07-12
* Expose the SQLITE_DBCONFIG_STMT_SCANSTATUS and SQLITE_DBCONFIG_REVERSE_SCANOR...stephan2023-05-01
* Internal cleanups in JS code. No functional changes.stephan2023-03-22
* Replace use of 'self' in JS code with 'globalThis', as that works in browsers...stephan2023-03-07
* Add capability to override the JS's use of console.log/debug/warn/error() wit...stephan2023-02-06
* Minor API doc cleanups and JS code simplification.stephan2023-01-21
* Add sqlite3changeset_new/old_js(), which work like sqlite3_preupdate_new/old_...stephan2022-12-27
* Expose sqlite3_preupdate_hook() and friends to the JS API.stephan2022-12-27
* Document sqlite3.capi.sqlite3_prepare_v3() as accepting an ArrayBuffer and en...stephan2022-12-26
* Correct some internal-use JS docs and update the 'string:flexible' type conve...stephan2022-12-26
* Rename the new wasm.irSizeof() to sizeofIR() because that seems clearer.stephan2022-12-25
* Merge wasm-session-api branch into trunk, adding the session API to the JS/WA...stephan2022-12-25
|\
| * Add sqlite3.wasm.irSizeof() and extend certain allocation functions to make u...stephan2022-12-25
* | Replace the "manual" implementation of sqlite3.capi.sqlite3_exec() with a bri...stephan2022-12-25
|/
* Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a...stephan2022-12-25
* Simplify the signature for JS functions, as opposed to function pointers, pas...stephan2022-12-25
* Replace JS-side use of SQLITE_TRANSIENT with the new SQLITE_WASM_DEALLOC, red...stephan2022-12-24
* Reimplement JS's sqlite3_bind_text/blob() with hand-written bindings to permi...stephan2022-12-23
* Internal JS cleanups. Correct part of [ac136925a645] to account for the eText...stephan2022-12-23
* Update wasmfs.make to get WASMFS building again, but changes made to OPFS-ove...stephan2022-12-17
* Document the role of the sqlite3.client JS API property.stephan2022-12-13
* Move JS-to-C binding signatures from sqlite3-api-prologue.js to sqlite3-api-g...stephan2022-12-12
* ext/wasm/module-symbols.html: add a hyperlink to the API docs for each export...stephan2022-12-12