wasmi-labs / wasmi

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

Use `wasmi_collections` items in `wasmi` #1012

Closed Robbepop closed 2 months ago

Robbepop commented 2 months ago

This will require users such as the contracts-pallet to enable the new no-hash-maps crate feature from Wasmi.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 80.74%. Comparing base (67d33c1) to head (fafd73d).

Files Patch % Lines
crates/collections/src/string_interner.rs 50.00% 8 Missing :warning:
crates/collections/src/string_interner/detail.rs 0.00% 3 Missing :warning:
crates/wasmi/src/linker.rs 66.66% 2 Missing :warning:
crates/wasmi/src/module/builder.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1012 +/- ## ========================================== + Coverage 80.68% 80.74% +0.05% ========================================== Files 269 269 Lines 24775 24719 -56 ========================================== - Hits 19990 19959 -31 + Misses 4785 4760 -25 ```

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