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

WIP: add Wasmi translation invariants checker #1233

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented Oct 8, 2024

Closes #1209.

@Robbepop Robbepop force-pushed the rf-translation-post-conditions branch from 939ee56 to 880f917 Compare October 11, 2024 10:59
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

Attention: Patch coverage is 8.18182% with 101 lines in your changes missing coverage. Please review.

Project coverage is 81.42%. Comparing base (575b608) to head (de48f61).

Files with missing lines Patch % Lines
crates/wasmi/src/engine/translator/conditions.rs 5.15% 92 Missing ⚠️
crates/wasmi/src/module/mod.rs 0.00% 8 Missing ⚠️
crates/wasmi/src/engine/translator/mod.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1233      +/-   ##
==========================================
- Coverage   81.74%   81.42%   -0.32%     
==========================================
  Files         304      305       +1     
  Lines       25137    25245     +108     
==========================================
+ Hits        20549    20557       +8     
- Misses       4588     4688     +100     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add debug post-conditions for Wasmi translation
1 participant