wasmi-labs / wasmi

WebAssembly (Wasm) interpreter.
https://wasmi-labs.github.io/wasmi/
Apache License 2.0
1.56k stars 281 forks source link

Unpack `ResumableHostError` for non-resumeble calls #1044

Closed Robbepop closed 4 months ago

Robbepop commented 4 months ago

This was an oversight in #1041.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 80.69%. Comparing base (0ab4ab9) to head (392a97d).

Files Patch % Lines
crates/wasmi/src/module/instantiate/mod.rs 60.00% 2 Missing :warning:
crates/wasmi/src/engine/executor/mod.rs 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1044 +/- ## ========================================== - Coverage 80.70% 80.69% -0.01% ========================================== Files 268 268 Lines 24964 24970 +6 ========================================== + Hits 20146 20150 +4 - Misses 4818 4820 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.