&

Results 71 comments of &

hmm, also people on the web (stackoverflow) advise against this (i.e. readFile to JSON.parse), thanks for the suggestion though! I will try a few things 🙏🏻

https://github.com/erhant/circomkit/blob/main/src/types/index.ts#L54 can add one for C here as well in case there is a difference, and use an intersection interface within Circomkit itself

Prerequisites in my case (Mac M2): - Install `nlohmann-json` header that is included within the C code: - Install `nasm` - Install `gmp` (GNU Multi-precision Arithmetic Library) > [!TIP] >...

Sorry @dsernst I was on a national holiday leave on a foreign country with minimal internet, excuse my belated response 🙏🏻 This is a greatly detailed issue, thank you! I...

We will not double down on API based models, so we can close this issue.

Im kind of slammed with other work these days, I've been wanting to get to Circomkit to do a wide issue-squashing session, I will definitely include this in it especially...

It would be awesome for the sake of quick-starting this, that if you could paste some tiny circuits here and the wrappers that you expect to be generated! 💐

hmmm yep indeed this may be the fix, thanks for bringing it up! lemme see if Yargs has a nicer way to do this instead of repeating the code like...

alright, I used `postAction` hook of Commander to write `terminate` once, as @numtel also suggested also, `terminate` turned out to be an async function (see https://github.com/iden3/ffjavascript/blob/master/src/bn128.js#L48) so I made it...