diff options
author | drh <> | 2024-07-31 23:46:10 +0000 |
---|---|---|
committer | drh <> | 2024-07-31 23:46:10 +0000 |
commit | a3ee3860a2bef9f44561093b5e39d9160840671b (patch) | |
tree | fab970cd979cde29df6ca4ddc1856fd2d6af870d /ext/wasm/api/sqlite3-api-prologue.js | |
parent | c96e47c80e67d3a21c591ccb3432f3c18153f8aa (diff) | |
parent | a1291e79d3d0c8b6aa40b455151b988a92879e17 (diff) | |
download | sqlite-a3ee3860a2bef9f44561093b5e39d9160840671b.tar.gz sqlite-a3ee3860a2bef9f44561093b5e39d9160840671b.zip |
Merge all the latest trunk enhancements into the exists-to-join branch.
FossilOrigin-Name: 9084a4c8726a2c7ba1c381886e29c7b86121d531282be0d63d5988d84f6f448d
Diffstat (limited to 'ext/wasm/api/sqlite3-api-prologue.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-prologue.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/wasm/api/sqlite3-api-prologue.js b/ext/wasm/api/sqlite3-api-prologue.js index 689c79ae3..c8db3698c 100644 --- a/ext/wasm/api/sqlite3-api-prologue.js +++ b/ext/wasm/api/sqlite3-api-prologue.js @@ -1278,9 +1278,10 @@ globalThis.sqlite3ApiBootstrap = function sqlite3ApiBootstrap( option is not available on the client. Though the mount point name returned by this function is intended - to remain stable, clients should not hard-coded it anywhere. Always call this function to get the path. + to remain stable, clients should not hard-coded it + anywhere. Always call this function to get the path. - Note that this function is a no-op in must builds of this + Note that this function is a no-op in most builds of this library, as the WASMFS capability requires a custom build. */ |