Closed seemenkina closed 6 months ago
cc: @vivianjeng as per recommendation from Oskar :)
sorry for the late reply let me know if it works for you https://crates.io/crates/ark-zkey
Hey @vivianjeng, thank you so much! I'll check in a while
cc: @rymnc
Seems to have been fixed, https://github.com/vacp2p/zerokit/pull/251
Thanks everyone!
Problem
The
mopro
project currently works under a patch to thewasmer
library. This patch causes a conflict and overrides dependencies when usingmopro
as a submodule ifwasmer
is also used in the other project. At the same timeark-zkey
module does not require awasmer
, but because it is part of themopro
project you have to connect the whole project.Suggested solution
To address this issue, I suggest isolating
ark-zkey
module as a library and publishing it separately. It provides easy use of its functionality to everyone.