pwasm-std icon indicating copy to clipboard operation
pwasm-std copied to clipboard

[Feature Request] - allow customized panic handler in downstream crates.

Open updogliu opened this issue 6 years ago • 0 comments

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?

updogliu avatar May 08 '19 14:05 updogliu