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-05-02 19:04:53 +03:00
Code
sqlite
/
ext
/
wasm
/
common
History
stephan
4214cc32ba
Replace use of 'self' in JS code with 'globalThis', as that works in browsers and node environments. Avoid using globalThis.location if it's not set (e.g. in node). Based on feedback in [forum:ac7a94d4f77db235|forum post ac7a94d4f77db235]. Minor JS build tweaks.
...
FossilOrigin-Name: dbbe8f25e58738c10b6192d41f1e3886983871f17631cbc45ce626d3f05a6e26
2023-03-07 19:12:06 +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
Add ext/wasm/module-symbols.html. Adjacent minor JS touchups.
2022-10-28 11:40:46 +00:00
testing.css
Expose sqlite3_get/set_auxdata() to wasm. Minor test app CSS tweaks.
2022-12-05 14:13:55 +00:00
whwasmutil.js
Replace use of 'self' in JS code with 'globalThis', as that works in browsers and node environments. Avoid using globalThis.location if it's not set (e.g. in node). Based on feedback in [forum:ac7a94d4f77db235|forum post ac7a94d4f77db235]. Minor JS build tweaks.
2023-03-07 19:12:06 +00:00