wasmi-labs / wasmi

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

Make `wasmi_collections` compile under `no_std` + `no-hash-maps` feature combination #1019

Closed Robbepop closed 1 month ago

Robbepop commented 2 months ago

Quick fix for smodot issues displayed in https://github.com/wasmi-labs/wasmi/issues/1018.

Proper fix still needed after this.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 80.76%. Comparing base (fe7b740) to head (2ae47c1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1019 +/- ## ======================================= Coverage 80.76% 80.76% ======================================= Files 269 269 Lines 24684 24684 ======================================= Hits 19935 19935 Misses 4749 4749 ```

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