1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-24 09:53:10 +03:00

Rename wasm config entry pointerSizeof to pointerSize for consistency with wasm.ptr.size.

FossilOrigin-Name: 2cd8ba740f9b14dc1408b62632c603076b070dc412bf7cbfb3b525f0c4912371
This commit is contained in:
stephan
2025-09-21 14:25:29 +00:00
parent 1e2156e926
commit 128ae8ea3f
8 changed files with 35 additions and 34 deletions

View File

@@ -723,12 +723,12 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
need...
*/
sqlite3.StructBinder = globalThis.Jaccwabyt({
heap: 0 ? wasm.memory : wasm.heap8u,
heap: wasm.heap8u,
alloc: wasm.alloc,
dealloc: wasm.dealloc,
bigIntEnabled: wasm.bigIntEnabled,
pointerIR: wasm.pointerIR,
pointerSizeof: wasm.ptr.size,
pointerSize: wasm.ptr.size,
memberPrefix: /* Never change this: this prefix is baked into any
amount of code and client-facing docs. (Much
later: it probably should have been '$$', but see