stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
14 stars 16 forks source link

ErrorMap::Panic should be handled as a runtime-error #531

Closed csgui closed 1 month ago

csgui commented 1 month ago

This error was caught by fuzzing tests on test instance.

ErrorMap::Panic is panicking instead of throwing a proper RuntimeErrorType::UnwrapFailure.

csgui commented 1 month ago

Fixed by #532