paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

Bug report in Substrate Arkworks Examples #14426

Open achimcc opened 1 year ago

achimcc commented 1 year ago

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 a wasmtime 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.