This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
try-runtime is executing Wasm Interpreter even with --wasm-execution compiled #13692
Closed
2 tasks done
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
When execution
try-runtime --wasm-execution compiled on-runtime-upgrade
it executes the wasmi.Here is the call stack showing wasmi execution being originated from the try-runtime:
The issue seems to come from the try-runtime executor builder:
https://github.com/paritytech/substrate/blob/master/utils/frame/try-runtime/cli/src/lib.rs#L834
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: