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
I found that snarkjs team had fixed this error (solution) on update version of snarkjs 0.4.26 but the alternative snarkjs in this repo is 0.4.24.
Is there anything i can do to resolve this, I've also tried to write implementation for printErrorMessage function in module run time but it does not work.
The text was updated successfully, but these errors were encountered:
LinkError: WebAssembly.instantiate(): Import #1 module="runtime" function="printErrorMessage" error: function import requires a callable
I follow steps on readme and got error while running
I found that snarkjs team had fixed this error (solution) on update version of snarkjs 0.4.26 but the alternative snarkjs in this repo is 0.4.24.
Is there anything i can do to resolve this, I've also tried to write implementation for printErrorMessage function in module run time but it does not work.
The text was updated successfully, but these errors were encountered: