zkemail/zk-regex

Add wasm bindings and in-memory functions for use on zkregex.com

foolo opened this issue · 1 comments

Currently zkregex.com uses its own js code for circuit generation, instead of the new rust code from https://github.com/zkemail/zk-regex/

To make use of the rust code on the website, wasm bindings need to be added in zk-regex, and a js+wasm package published.
Also need to add new versions of the generator functions (raw and decomposed) to zk-regex, that don't rely on the file system for input/output.

solved by #62