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.
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
anddecomposed
) to zk-regex, that don't rely on the file system for input/output.