Jaremy Creechley c404233d8a
fix stuffs
2024-01-10 16:30:18 +02:00

8 lines
218 B
Nim

task genffi, "update the nim ffi bindings":
exec "cargo install nbindgen"
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
task tests, "run unit tests":
exec "nim c -r tests/tffi.nim"