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 direct wat usage with Wasmi's new Module::new Wat support #1327

Merged
merged 21 commits into from
Dec 1, 2024

update Cargo.lock

43a2108
Select commit
Loading
Failed to load commit list.
Merged

Replace direct wat usage with Wasmi's new Module::new Wat support #1327

update Cargo.lock
43a2108
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 1, 2024 in 0s

81.68% (+0.05%) compared to 90ac312

View this Pull Request on Codecov

81.68% (+0.05%) compared to 90ac312

Details

Codecov Report

Attention: Patch coverage is 99.06015% with 5 lines in your changes missing coverage. Please review.

Project coverage is 81.68%. Comparing base (90ac312) to head (43a2108).

Files with missing lines Patch % Lines
crates/cli/src/context.rs 0.00% 3 Missing ⚠️
crates/wasmi/src/error.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1327      +/-   ##
==========================================
+ Coverage   81.63%   81.68%   +0.05%     
==========================================
  Files         305      307       +2     
  Lines       25283    25261      -22     
==========================================
- Hits        20639    20634       -5     
+ Misses       4644     4627      -17     

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