| Commit message (Collapse) | Author | Files | Lines |
|
Everything other than loadextension works. zig 0.15 remove
usingnamespac, so tha whole mechanism has to be reworked, and idk how
|
|
* Use the zig package manager to fetch sqlite directly from upstream
* Integrate the preprocessing tool directly into the build script
This makes it simpler to upgrade the SQLite source code:
* use `zig fetch`
* run `zig build preprocess-headers`
|
|
|
|
Now the correct build APIs and `@memset` builtin are used.
Unfortunately cImport fails for `aarch64` and `riscv64` targets, but
I'm not sure how to fix this.
|
|
|