1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

ext/wasm/module-symbols.html: add a hyperlink to the API docs for each exported sqlite3_...() function.

FossilOrigin-Name: 01d3a9bba3120cfec3f752048281f18ce7ab48fa7584750c097233a9ce095a20
This commit is contained in:
stephan
2022-12-12 11:22:05 +00:00
parent b2eb8a5352
commit 13e5512b28
4 changed files with 211 additions and 18 deletions

View File

@ -1959,6 +1959,10 @@ self.sqlite3ApiBootstrap = function sqlite3ApiBootstrap(
some initializers. Retain them when running in test mode
so that we can add tests for them. */
delete sqlite3.util;
/* It's conceivable that we might want to expose
StructBinder to client-side code, but it's only useful if
clients build their own sqlite3.wasm which contains their
one C struct types. */
delete sqlite3.StructBinder;
}
return sqlite3;