This website requires JavaScript.
Explore
Help
Sign In
database
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
mirror of
https://github.com/sqlite/sqlite.git
synced
2025-04-21 19:26:38 +03:00
Code
sqlite
/
ext
/
wasm
/
common
History
stephan
a24769454e
Resolve the timing/ordering issue of a JS-to-WASM-converted xDestroy() function being uninstalled from WASM right before the underlying native call tries to call it. This has been a long-unnoticed bug which appears only when removing such functions or replacing them.
...
FossilOrigin-Name: 031c9a76b6ad1572e7a88f4d2d62f206b0d37bd1170e2c8a24248c5ec628f2f5
2023-08-04 08:45:25 +00:00
..
emscripten.css
Expose sqlite3_get/set_auxdata() to wasm. Minor test app CSS tweaks.
2022-12-05 14:13:55 +00:00
SqliteTestUtil.js
Resolve the JS-side corner case reported in [forum:7774b773937cbe0a | forum post 7774b773937cbe0a] by not caching oo1.Stmt.columnCount.
2023-05-10 21:06:02 +00:00
testing.css
Major restructuring of opfs-sahpool to improve maintainability and hopefully make it easier to reuse these pieces in the upcoming JSPI-based VFS experiment.
2023-07-19 13:31:29 +00:00
whwasmutil.js
Resolve the timing/ordering issue of a JS-to-WASM-converted xDestroy() function being uninstalled from WASM right before the underlying native call tries to call it. This has been a long-unnoticed bug which appears only when removing such functions or replacing them.
2023-08-04 08:45:25 +00:00