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
I am writing a PWASM smart contract which need to use a customized panic handler, which is impossible for now since pwasm-std has already defined one.
Can we hide mod pwasm_std::panic behind a separate feature panic, or move it to a separate crate, so that the users of pwasm-std can define their own panic handler when necessary?
I am writing a PWASM smart contract which need to use a customized panic handler, which is impossible for now since
pwasm-stdhas already defined one.Can we hide mod
pwasm_std::panicbehind a separate featurepanic, or move it to a separate crate, so that the users ofpwasm-stdcan define their own panic handler when necessary?