Update wrapper to Kuzu v0.11.0.

This commit is contained in:
Mahlon E. Smith 2025-07-13 13:10:33 -07:00
parent 0f58c5e565
commit 4f441cdbe4
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
11 changed files with 1370 additions and 95 deletions

View file

@ -13,7 +13,7 @@ requires "nim ^= 2.0.0"
#requires "zip ^= 0.3.1"
task makewrapper, "Generate the C wrapper using Futhark":
exec "nim c -d:futharkWrap --outdir=. src/kuzu.nim"
exec "nim c -d:futharkWrap --outdir=tmp/ src/kuzu.nim"
task test, "Run the test suite.":
exec "testament --megatest:off all"