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

Properly mirror Wasmtime fuel API #1002

Merged
merged 3 commits into from
Apr 24, 2024

take &Config instead of &Engine to setup Fuel type

39a4855
Select commit
Loading
Failed to load commit list.
Merged

Properly mirror Wasmtime fuel API #1002

take &Config instead of &Engine to setup Fuel type
39a4855
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 24, 2024 in 0s

81.77% (+0.00%) compared to 18807fb

View this Pull Request on Codecov

81.77% (+0.00%) compared to 18807fb

Details

Codecov Report

Attention: Patch coverage is 57.14286% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 81.77%. Comparing base (18807fb) to head (39a4855).
Report is 2 commits behind head on master.

Files Patch % Lines
crates/wasmi/src/store.rs 66.66% 6 Missing ⚠️
crates/cli/src/main.rs 0.00% 4 Missing ⚠️
crates/wasmi/src/func/caller.rs 0.00% 4 Missing ⚠️
crates/cli/src/context.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1002   +/-   ##
=======================================
  Coverage   81.76%   81.77%           
=======================================
  Files         262      262           
  Lines       24327    24378   +51     
=======================================
+ Hits        19892    19936   +44     
- Misses       4435     4442    +7     

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