diff options
author | stephan <stephan@noemail.net> | 2022-12-09 01:49:17 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-09 01:49:17 +0000 |
commit | 6ca03e14e90070a80e2e53fd98a53d1eecc8c5bb (patch) | |
tree | b63bafb468e6e685d845dcbf154957896109f78b /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | |
parent | d27c3e4e7e5ce92a34864ed08f1231918f753c4b (diff) | |
download | sqlite-6ca03e14e90070a80e2e53fd98a53d1eecc8c5bb.tar.gz sqlite-6ca03e14e90070a80e2e53fd98a53d1eecc8c5bb.zip |
Expose sqlite3_db_status() and sqlite3_db_config() to wasm, noting that the latter requires several internal wrappers to account for the various varidic forms (C varargs cannot be bound to wasm).
FossilOrigin-Name: d5753668915c1db204fa80153614653243081ffaddea22f26ad59bb1836948b9
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api')
-rw-r--r-- | ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api index 523488cf0..215fe147c 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api @@ -39,6 +39,7 @@ _sqlite3_data_count _sqlite3_db_filename _sqlite3_db_handle _sqlite3_db_name +_sqlite3_db_status _sqlite3_declare_vtab _sqlite3_deserialize _sqlite3_drop_modules |