8 lines
218 B
Plaintext
Raw Normal View History

2023-12-22 19:03:43 -07:00
task genffi, "update the nim ffi bindings":
2024-01-10 12:51:45 +02:00
exec "cargo install nbindgen"
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
2024-01-10 12:56:32 +02:00
task tests, "run unit tests":
2024-01-10 16:30:18 +02:00
exec "nim c -r tests/tffi.nim"