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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Experiencing problems? Have you tried our Stack Exchange first?
This is not a support question.
Description of bug
The https://github.com/achimcc/substrate-arkworks-examples don't build properly. They seem not to compile to no_std. I have some intution that this could be problematic, because a wasmtime runtime has a limited execution stack size and ECC arithmetics involve deep nested recursive loops.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
The https://github.com/achimcc/substrate-arkworks-examples don't build properly. They seem not to compile to
no_std
. I have some intution that this could be problematic, because awasmtime
runtime has a limited execution stack size and ECC arithmetics involve deep nested recursive loops.Steps to reproduce
Try to build and run https://github.com/achimcc/substrate-arkworks-examples with last up to date Substrate version.
The text was updated successfully, but these errors were encountered: