Determine the WASM environment's pointer size at runtime instead of baking it...
Determine the WASM environment's pointer size at runtime instead of baking it in at build-time via the preprocessor. (tags: wasm-64bit)
View ArticleResolve the non-functional 64-bit JS vtabs and VFSes. All wasm tests now pass...
Resolve the non-functional 64-bit JS vtabs and VFSes. All wasm tests now pass on a 64-bit build. Investigation of the fiddle failure on a second db import is still pending. (tags: wasm-64bit)
View ArticleRemove some fiddle debug output. (tags: wasm-64bit)
Remove some fiddle debug output. (tags: wasm-64bit)
View ArticleMinor cleanup in sqlite3.wasm.ptrAdd(). (tags: wasm-64bit)
Minor cleanup in sqlite3.wasm.ptrAdd(). (tags: wasm-64bit)
View ArticleReduce sqlite3.js build size by about 30kb by stripping out Emscripten's...
Reduce sqlite3.js build size by about 30kb by stripping out Emscripten's makeInvalidEarlyAccess() wrappers. (tags: wasm-64bit)
View ArticleReduce sqlite3.js build size by about 30kb by stripping out Emscripten's...
Reduce sqlite3.js build size by about 30kb by stripping out Emscripten's makeInvalidEarlyAccess() wrappers. (tags: trunk)
View ArticleRestructure the interface for the sqlite3.wasm pointer-size-dependent...
Restructure the interface for the sqlite3.wasm pointer-size-dependent details. (tags: wasm-64bit)
View ArticleRename wasm config entry pointerSizeof to pointerSize for consistency with...
Rename wasm config entry pointerSizeof to pointerSize for consistency with wasm.ptr.size. (tags: wasm-64bit)
View ArticleGeneric cleanups and simplifications in JS code. (tags: wasm-64bit)
Generic cleanups and simplifications in JS code. (tags: wasm-64bit)
View ArticleUpdate the JS SQLTester for recent sqlite3.wasm changes. (tags: wasm-64bit)
Update the JS SQLTester for recent sqlite3.wasm changes. (tags: wasm-64bit)
View ArticleRemove some dead code and stray debug output. Fix (again) the JS SQLTester...
Remove some dead code and stray debug output. Fix (again) the JS SQLTester for 64-bit (the previous build was set to 32-bit). (tags: wasm-64bit)
View ArticleGeneral cleanups and dead code removal. (tags: wasm-64bit)
General cleanups and dead code removal. (tags: wasm-64bit)
View ArticleFix a StructType.dispose()/ondispose() memleak in Jaccwabyt bindings in...
Fix a StructType.dispose()/ondispose() memleak in Jaccwabyt bindings in 64-bit builds and update its docs for 64-bit additions. Remove the parts of tester1.js related to skipping specific tests in...
View ArticleFix a Number/BigInt descrepancy in oo1.DB() when passed a WASM-string db...
Fix a Number/BigInt descrepancy in oo1.DB() when passed a WASM-string db filename. Consolidate some duplicated internal code and adjacent minor cleanups. (tags: wasm-64bit)
View ArticleImprove db-close-time cleanup in the face of WASM environments which wrap...
Improve db-close-time cleanup in the face of WASM environments which wrap wasm.exports in nullary wrappers. (tags: wasm-64bit)
View ArticleRemove some stale makefile comments. Add a little widget to fiddle's toolbar...
Remove some stale makefile comments. Add a little widget to fiddle's toolbar which shows whether it's running in 32- or 64-bit mode. Reduce fiddle's starting memory to 8MB. (tags: wasm-64bit)
View Article