wasmi-labs / wasmi

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

Introduce Wast directives processor for `WastRunner` #1274

Closed Robbepop closed 2 weeks ago

Robbepop commented 2 weeks ago

This encapsulates data and code of directives processing from data and code required for Wasmi operations.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 69.86301% with 44 lines in your changes missing coverage. Please review.

Project coverage is 81.26%. Comparing base (206ba00) to head (3cca491). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/wasmi/tests/spec/runner.rs 69.44% 44 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1274 +/- ## ========================================== - Coverage 81.26% 81.26% -0.01% ========================================== Files 306 306 Lines 25307 25311 +4 ========================================== + Hits 20565 20568 +3 - Misses 4742 4743 +1 ```

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