sqlite/ext/wasm/common
2022-12-12 18:42:39 +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 Revert part of [9386d6f63468] because the new automatic function pointer binding cannot properly track per-context function mappings when the context is more complex than a single context-type pointer. e.g. it is fine for sqlite3_trace_v2() but it breaks down with sqlite3_create_collation() because that one needs to use the collation name as part of the context key and we cannot sensibly do so with the current code. 2022-12-12 18:42:39 +00:00