wasmi-labs / wasmi

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

Define `From` impls for index type conversion to `u32` #1067

Closed Robbepop closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.44%. Comparing base (7a84e73) to head (99f35ed).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1067 +/- ## ======================================= Coverage 80.44% 80.44% ======================================= Files 268 268 Lines 24976 24976 ======================================= Hits 20093 20093 Misses 4883 4883 ```

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

Robbepop commented 2 weeks ago

The failing clippy job triggers for something that has already been fixed by https://github.com/wasmi-labs/wasmi/pull/1066 so it should be fine to merge if everything else is fine.