Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace wasmparser-nostd fork with upstream wasmparser #1141

Merged
merged 31 commits into from
Nov 27, 2024

update to wasmparser v0.221

0c4aca1
Select commit
Loading
Failed to load commit list.
Merged

Replace wasmparser-nostd fork with upstream wasmparser #1141

update to wasmparser v0.221
0c4aca1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 27, 2024 in 0s

81.45% (-0.13%) compared to e25e3a8

View this Pull Request on Codecov

81.45% (-0.13%) compared to e25e3a8

Details

Codecov Report

Attention: Patch coverage is 59.86395% with 59 lines in your changes missing coverage. Please review.

Project coverage is 81.45%. Comparing base (e25e3a8) to head (0c4aca1).

Files with missing lines Patch % Lines
crates/wasmi/src/engine/translator/mod.rs 18.18% 27 Missing ⚠️
crates/wasmi/src/module/utils.rs 62.96% 10 Missing ⚠️
crates/wasmi/src/module/init_expr.rs 33.33% 8 Missing ⚠️
crates/wasmi/src/engine/mod.rs 12.50% 7 Missing ⚠️
crates/wasmi/src/module/element.rs 77.77% 4 Missing ⚠️
crates/wasmi/src/engine/config.rs 92.85% 2 Missing ⚠️
crates/wasmi/src/module/parser.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1141      +/-   ##
==========================================
- Coverage   81.57%   81.45%   -0.13%     
==========================================
  Files         306      306              
  Lines       25271    25349      +78     
==========================================
+ Hits        20616    20647      +31     
- Misses       4655     4702      +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.