hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

Enable stack traces in `wasm` #5093

Open mversic opened 1 month ago

mversic commented 1 month ago

we have very little facilities to debug wasm. As @DCNick3 suggested we should try to include this

Erigara commented 1 month ago

It looks like we can enable it through WASMTIME_BACKTRACE_DETAILS, not bad default Also if wasm is optimized (stripped) we won't get much info on what went wrong anyway.