koute / polkavm

A fast and secure RISC-V based virtual machine
Apache License 2.0
234 stars 47 forks source link

Implement `std::error::Error` for `ProgramFromElfError` #48

Closed athei closed 11 months ago

athei commented 11 months ago

Without this trait it can't be easily used with anyhow.

koute commented 11 months ago

Done!