wasmi-labs / wasmi

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

Refactor `CallStack` instance handling #1060

Closed Robbepop closed 2 weeks ago

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 73.33333% with 28 lines in your changes missing coverage. Please review.

Project coverage is 80.65%. Comparing base (b863b3f) to head (5a9e162). Report is 1 commits behind head on master.

Files Patch % Lines
crates/wasmi/src/engine/executor/stack/calls.rs 70.14% 20 Missing :warning:
crates/wasmi/src/engine/executor/instrs/call.rs 72.72% 6 Missing :warning:
crates/wasmi/src/engine/executor/mod.rs 85.71% 1 Missing :warning:
crates/wasmi/src/engine/executor/stack/mod.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1060 +/- ## ========================================== - Coverage 80.68% 80.65% -0.04% ========================================== Files 268 268 Lines 25009 25066 +57 ========================================== + Hits 20179 20217 +38 - Misses 4830 4849 +19 ```

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

Robbepop commented 2 weeks ago

Closed in favor of https://github.com/wasmi-labs/wasmi/pull/1065.