wasmi-labs / wasmi

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

Support Wasm custom sections parsing and processing #1085

Closed Robbepop closed 1 week ago

Robbepop commented 1 week ago

Closes https://github.com/wasmi-labs/wasmi/issues/1084.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 81.05263% with 18 lines in your changes missing coverage. Please review.

Project coverage is 80.48%. Comparing base (f1f92e4) to head (b66152b).

Files Patch % Lines
crates/wasmi/src/module/parser/streaming.rs 53.33% 7 Missing :warning:
crates/wasmi/src/module/custom_section.rs 92.72% 4 Missing :warning:
crates/wasmi/src/engine/config.rs 40.00% 3 Missing :warning:
crates/wasmi/src/module/mod.rs 0.00% 2 Missing :warning:
crates/wasmi/src/module/builder.rs 75.00% 1 Missing :warning:
crates/wasmi/src/module/parser.rs 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1085 +/- ## ======================================= Coverage 80.48% 80.48% ======================================= Files 269 270 +1 Lines 24998 25080 +82 ======================================= + Hits 20119 20186 +67 - Misses 4879 4894 +15 ```

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