fucking nimble

This commit is contained in:
Balazs Komuves 2026-01-16 01:37:46 +01:00
parent ab2c699f8d
commit 461a7b14d4
No known key found for this signature in database
GPG Key ID: F63B7AEF18435562
2 changed files with 14 additions and 1 deletions

View File

@ -4,6 +4,9 @@ description = "Witness generation for circom circuits"
license = "MIT OR Apache-2.0"
srcDir = "nim"
bin = @["testMain"]
installExt = @["nim"]
skipDirs = @["tmp"]
bin = @["testMain"]
requires "constantine >= 0.2.0"

View File

@ -1,7 +1,17 @@
{. warning[UnusedImport]:off .}
import circom_witnessgen/input_json
import circom_witnessgen/graph
import circom_witnessgen/semantics
import circom_witnessgen/dependencies
import circom_witnessgen/partial
import circom_witnessgen/load
import circom_witnessgen/export_wtns
export input_json
export load
export graph
export export_wtns