aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-prologue.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-12-01 04:45:51 +0000
committerstephan <stephan@noemail.net>2022-12-01 04:45:51 +0000
commit9ec1a7a7a07be84a597fb6d7a455b52275f8eab2 (patch)
treeda5178bcdb93a12a5e89b55b1916bb927ab43edc /ext/wasm/api/sqlite3-api-prologue.js
parent2b2199570da5d8e3e6a5cf1caae97a66b705124f (diff)
downloadsqlite-9ec1a7a7a07be84a597fb6d7a455b52275f8eab2.tar.gz
sqlite-9ec1a7a7a07be84a597fb6d7a455b52275f8eab2.zip
Reformulate and simplify some JS tests related to the previous checkin.
FossilOrigin-Name: 9ea2d3dcf798393a7fd231e199c0e2c6302949fe2a7f2573178fb0e50c78a2f4
Diffstat (limited to 'ext/wasm/api/sqlite3-api-prologue.js')
-rw-r--r--ext/wasm/api/sqlite3-api-prologue.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-prologue.js b/ext/wasm/api/sqlite3-api-prologue.js
index 032147242..a7dfa015b 100644
--- a/ext/wasm/api/sqlite3-api-prologue.js
+++ b/ext/wasm/api/sqlite3-api-prologue.js
@@ -963,7 +963,8 @@ self.sqlite3ApiBootstrap = function sqlite3ApiBootstrap(
/**
Functions which are intended solely for API-internal use by the
WASM components, not client code. These get installed into
- sqlite3.wasm.
+ sqlite3.wasm. Some of them get exposed to clients via variants
+ named sqlite3_js_...().
*/
wasm.bindingSignatures.wasm = [
["sqlite3_wasm_db_reset", "int", "sqlite3*"],