index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
common
/
whwasmutil.js
Commit message (
Expand
)
Author
Age
*
Approximately 100 typo corrections spanning the whole tree, submitted via [fo...
stephan
2025-02-27
*
Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:...
stephan
2025-02-25
*
URL typo fix in code comments. No code changes.
stephan
2025-02-02
*
JS doc typo fixes. No functional changes.
stephan
2025-02-01
*
Fix an age-old bug in the lower-level wasm/js helper bits which was (A) cause...
stephan
2025-01-11
*
Doc updates in JS code. No functional changes.
stephan
2024-06-12
*
Add a maintenance-reminder comment explaining [dc58ed65492857].
stephan
2024-05-09
*
Reformulate a for-in loop to a for loop in wasm.xWrap() to work around a down...
stephan
2024-05-09
*
Internal JS doc touchups. No functional changes.
stephan
2024-04-26
*
Additional internal docs in the wasm utilities.
stephan
2024-04-26
*
Resolve the timing/ordering issue of a JS-to-WASM-converted xDestroy() functi...
stephan
2023-08-04
*
Part 2 of the fix from [a0f808363318c00fd1db78b].
stephan
2023-08-04
*
Accommodate a breaking change in emcc 3.1.44.
stephan
2023-07-27
*
Significant surgery on the wasm build on the way to incorporating wasmfs as a...
stephan
2023-07-13
*
Replace some JS 'self' references with 'globalThis', as reported via the npm ...
stephan
2023-06-26
*
Replace use of 'self' in JS code with 'globalThis', as that works in browsers...
stephan
2023-03-07
*
Expose the auto-extension API to JS and reorganize some nearby code.
stephan
2022-12-26
*
Extend [0e69b2c379e618] to support uninstalling stale JS-to-WASM function poi...
stephan
2022-12-26
*
Reimplement sqlite3.capi.sqlite3_close_v2() and sqlite3session_delete() as a ...
stephan
2022-12-26
*
Rename the new wasm.irSizeof() to sizeofIR() because that seems clearer.
stephan
2022-12-25
*
Merge wasm-session-api branch into trunk, adding the session API to the JS/WA...
stephan
2022-12-25
|
\
|
*
Add sqlite3.wasm.irSizeof() and extend certain allocation functions to make u...
stephan
2022-12-25
|
*
Merge trunk into wasm-session-api branch.
stephan
2022-12-25
|
|
\
|
*
\
Merge trunk into wasm-session-api branch.
stephan
2022-12-23
|
|
\
\
|
*
|
|
Internal cleanups and minor speed optimizations in the sqlite3.wasm.xWrap() i...
stephan
2022-12-23
|
*
|
|
Add sqlite3.capi JS bindings for the sqlite3session_...(), sqlite3changeset_....
stephan
2022-12-23
*
|
|
|
Replace the "manual" implementation of sqlite3.capi.sqlite3_exec() with a bri...
stephan
2022-12-25
|
|
_
|
/
|
/
|
|
*
|
|
Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a...
stephan
2022-12-25
*
|
|
Enhance sqlite3.wasm.xWrap.FuncPtrAdapter to be able to handle sqlite3_create...
stephan
2022-12-25
*
|
|
Reimplement JS's sqlite3_bind_text/blob() with hand-written bindings to permi...
stephan
2022-12-23
|
|
/
|
/
|
*
|
Internal JS cleanups. Correct part of [ac136925a645] to account for the eText...
stephan
2022-12-23
*
|
Cherry-pick [c4dab53b8ea3401abd] for sqlite3.wasm.xWrap() optimizations.
stephan
2022-12-23
|
/
*
Add sqlite3_set_authorizer() support and related tests to JS.
stephan
2022-12-16
*
Internal refactoring of how sqlite3.wasm.xWrap() handles JS-to-C function poi...
stephan
2022-12-15
*
Rename the new peek/pokeF32() and peek/pokeF64() to peek/poke32f() and peek/p...
stephan
2022-12-14
*
Add convenience variants of sqlite3.wasm.peek/poke() for each numeric type to...
stephan
2022-12-14
*
Extend the sqlite3.wasm function pointer argument converter to be able to han...
stephan
2022-12-13
*
Revert part of [9386d6f63468] because the new automatic function pointer bind...
stephan
2022-12-12
*
Move JS-to-C binding signatures from sqlite3-api-prologue.js to sqlite3-api-g...
stephan
2022-12-12
*
Rework the internals of how argument/result types are converted to/from wasm ...
stephan
2022-12-12
*
Refactor the sqlite3_value-to-JS conversion from an internal detail to sqlite...
stephan
2022-12-09
*
Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...
stephan
2022-12-09
*
Micro-optimization in the oft-activated JS-to-WASM arguments conversion step.
stephan
2022-12-09
*
Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret...
stephan
2022-12-09
*
Rename wasm.cstringToJs() to wasm.cstrToJs() for consistency with other wasm....
stephan
2022-12-06
*
Add wasm.cArgvToJs() to support sqlite3_module::xConnect().
stephan
2022-12-06
*
Minor internal JS code/docs cleanups.
stephan
2022-12-06
*
Export sqlite3_bind/value/result_pointer() to wasm. Add 'static-string' argum...
stephan
2022-12-05
*
Initial infrastructure for adding virtual table/table-valued function support...
stephan
2022-12-05
*
Rename wasm.xWrap.resultAdapter() X:free entries to X:dealloc for consistency...
stephan
2022-12-03
[next]