You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return the exception settings for run-cli. Also remove the build for the
x32 architecture, because the new version of ark-circom depends on
wasmer-wasix, which cannot be built on the x32 architecture.
See this issue for more details:
#282
Background
Currently, ark-circom is used for three primary purposes:
Current Status
zerokit/rln/src/protocol.rs
Lines 562 to 570 in 8a3e33b
Why Remove ark-circom?
The dependency introduces significant compatibility issues:
wasmer-wasix
which lacks x32 system support. See their open issue : wasmer-wasix fails to compile on arm and armv7 linux builds wasmerio/wasmer#4227Proposed Solution
Replace all remaining ark-circom functionality with alternative implementations:
The text was updated successfully, but these errors were encountered: