aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/README.md
Commit message (Expand)AuthorAge
* Add a demonstration sqlite3_vtab/module implemented in JS, based on ext/misc/...stephan2022-12-06
* Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...stephan2022-11-30
* Rename some OPFS JS files. Prevent JS bindings of sqlite3_uri_...() from perf...stephan2022-11-30
* Refactor a significant chunk of the OPFS sqlite3_vfs init code into sqlite3.V...stephan2022-11-30
* Integrate a custom preprocessor to the JS build process to facilitate creatio...stephan2022-11-19
* Update the dist rules for this evening's js/wasm build changes and include an...stephan2022-10-19
* JS: add build-time-generated version info to the sqlite3.version object. Remo...stephan2022-10-16
* Update ext/wasm/api/README.md to account for recent changes.stephan2022-10-04
* js: implement a hand-written wrapper for sqlite3_create_function_v2() which c...stephan2022-10-02
* Document the roles of the new (this past week) JS files added to the build pr...stephan2022-10-02
* WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...stephan2022-09-27
* Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...stephan2022-08-17
* Minor wasm-related doc clarification and remove an obsolete code comment.stephan2022-08-12
* wasm: document the role of sqlite3-wasm.c. Other minor doc updates.stephan2022-08-12
* Wasm-related doc additions and tweaks.stephan2022-08-11