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
{{ message }}
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 featurepanic
, or move it to a separate crate, so that the users ofpwasm-std
can define their own panic handler when necessary?The text was updated successfully, but these errors were encountered: