aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm
Commit message (Expand)AuthorAge
...
* | | | 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
| |/ |/|
* | Consolidate/unify how the JS bindings of the create_function/collation family...stephan2022-12-23
* | Explicitly omit threading and extension loading from the ext/wasm/c-pp binary...stephan2022-12-23
* | Add SQLITE_ENABLE_MATH_FUNCTIONS to the list of feature flags in sqlite3-wasm.c.stephan2022-12-23
* | Cherry-pick [c4dab53b8ea3401abd] for sqlite3.wasm.xWrap() optimizations.stephan2022-12-23
|/
* Minor sed script tweak in the wasm GNUmakefile for BSD portability, as report...stephan2022-12-19
* Update test-opfs-vfs.js to account for recent API changes. Reported in [forum...stephan2022-12-19
* JS namespace updates in ext/wasm/api/README.md.stephan2022-12-18
* Update wasmfs.make to get WASMFS building again, but changes made to OPFS-ove...stephan2022-12-17
* Expose a JS-friendly subset of sqlite3_config() to JS, with the notable cavea...stephan2022-12-16
* Add a test confirming that exceptions are not passed through C-space if a JS-...stephan2022-12-16
* Add sqlite3_set_authorizer() support and related tests to JS.stephan2022-12-16
* Added a couple missing 'not part of the public API' tags on functions in sqli...stephan2022-12-15
* Internal refactoring of how sqlite3.wasm.xWrap() handles JS-to-C function poi...stephan2022-12-15
* Remove an unnecessary/obsolete Emscripten-specific export.stephan2022-12-15
* Rename the new peek/pokeF32() and peek/pokeF64() to peek/poke32f() and peek/p...stephan2022-12-14
* Slight reformulation of some test code to test multi-arg wasm.peek() call form.stephan2022-12-14
* Use the new peek/poke() variants throughout tester1.js.stephan2022-12-14
* Add convenience variants of sqlite3.wasm.peek/poke() for each numeric type to...stephan2022-12-14
* Add a test to demonstrate/verify which object acts as "this" in a oo1.DB.exec...stephan2022-12-14
* A micro-optimization in sqlite3.oo1.DB.exec(). Changed the rowMode option of ...stephan2022-12-14
* Document the role of the sqlite3.client JS API property.stephan2022-12-13
* Extend the sqlite3.wasm function pointer argument converter to be able to han...stephan2022-12-13
* Revert part of [9386d6f63468] because the new automatic function pointer bind...stephan2022-12-12
* Move JS-to-C binding signatures from sqlite3-api-prologue.js to sqlite3-api-g...stephan2022-12-12
* ext/wasm/module-symbols.html: for C APIs which have extended JS-side semantic...stephan2022-12-12
* ext/wasm/module-symbols.html: add a hyperlink to the API docs for each export...stephan2022-12-12
* Rework the internals of how argument/result types are converted to/from wasm ...stephan2022-12-12
* Add sqlite3.mjs to the new 'quick' wasm build for the sake of the snapshot bu...stephan2022-12-12
* Expose sqlite3_txn_state() to wasm.stephan2022-12-12
* Expose a number of infrequently-used sqlite3_...() functions to wasm whose ab...stephan2022-12-12
* Minor build tweaks in ext/wasm to create a faster-running build for the commo...stephan2022-12-11
* Remove -flto from wasm build flags, as it increases build time and doesn't se...stephan2022-12-10
* Correct wasm heap corruption introduced in test code added in [e144fd5c88fa4]...stephan2022-12-10
* Remove two incorrect calls to structType.dipose() which prematurely freed obj...stephan2022-12-10
* Expose sqlite3_column_value() to WASM and add sqlite3_column_js().stephan2022-12-10
* Refactor the internal JS routines for converting UDF results and errors to JS...stephan2022-12-10
* Export sqlite3_result_subtype() and sqlite3_value_dup/free/subtype() to WASM.stephan2022-12-09
* Expose sqlite3_value_frombind/nochange/numeric_type() to WASM. Add a flag to ...stephan2022-12-09
* Refactor the sqlite3_value-to-JS conversion from an internal detail to sqlite...stephan2022-12-09
* Remove some unused sqlite3_status() codes from the JS API. Add custom JS wrap...stephan2022-12-09
* Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...stephan2022-12-09
* Micro-optimization in the oft-activated JS-to-WASM arguments conversion step.stephan2022-12-09
* Correct a test bug which broke the previous checkin's wasm tests in higher op...stephan2022-12-09
* Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret...stephan2022-12-09
* JS API doc updates.stephan2022-12-09
* Expose sqlite3_table_column_metadata() to wasm.stephan2022-12-09
* Expose sqlite3_db_status() and sqlite3_db_config() to wasm, noting that the l...stephan2022-12-09
* Reorganization and renaming in the new VFS/vtab JS pieces.stephan2022-12-09