Experiencing problems? Have you tried our Stack Exchange first?
[X] 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.