diff options
author | stephan <stephan@noemail.net> | 2022-10-13 16:48:35 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-13 16:48:35 +0000 |
commit | d92c652ac1fe570e27acd83e15903fb695386880 (patch) | |
tree | 18fa59ddc4e4960babfdbdf048193486691abba5 /ext/wasm/api/sqlite3-api-prologue.js | |
parent | 921acff92767b6dcda8ed2134c73497fe33905c6 (diff) | |
download | sqlite-d92c652ac1fe570e27acd83e15903fb695386880.tar.gz sqlite-d92c652ac1fe570e27acd83e15903fb695386880.zip |
Move the rest of testing1.js into tester1.js and eliminate the dependency on jaccwabyt_test.c. Extend the list of default config-related #defines in sqlite3-wasm.c and reorganize them for maintainability.
FossilOrigin-Name: 4e2a8aff2dd4b6e148f45184e2523ebe47815257eca97fa3d32bcbf9625f0def
Diffstat (limited to 'ext/wasm/api/sqlite3-api-prologue.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-prologue.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-prologue.js b/ext/wasm/api/sqlite3-api-prologue.js index 10d09d740..a267e9345 100644 --- a/ext/wasm/api/sqlite3-api-prologue.js +++ b/ext/wasm/api/sqlite3-api-prologue.js @@ -949,7 +949,7 @@ self.sqlite3ApiBootstrap = function sqlite3ApiBootstrap( return rc; }, /** - A convenience wrapper for allocChunks() which sizes each chunks + A convenience wrapper for allocChunks() which sizes each chunk as either 8 bytes (safePtrSize is truthy) or wasm.ptrSizeof (if safePtrSize is falsy). |