wasmi-labs / wasmi

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

Use `wast::Error` API and `anyhow::Context` to clean-up and improve `WastRunner` error handling #1276

Closed Robbepop closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 52.30769% with 31 lines in your changes missing coverage. Please review.

Project coverage is 81.35%. Comparing base (2c16e10) to head (3461cc1). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/wasmi/tests/spec/runner.rs 52.38% 30 Missing :warning:
crates/wasmi/tests/spec/mod.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1276 +/- ## ========================================== + Coverage 81.26% 81.35% +0.08% ========================================== Files 306 306 Lines 25301 25251 -50 ========================================== - Hits 20562 20542 -20 + Misses 4739 4709 -30 ```

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