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

Refactor - Adds a reference to the loader in the VM #533

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Sep 30, 2023

This enables us to have a single Config when a VM runs multiple Executables.

@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2023

Codecov Report

Merging #533 (7b2c149) into main (8f8568a) will increase coverage by 0.00%.
Report is 1 commits behind head on main.
The diff coverage is 87.94%.

@@           Coverage Diff           @@
##             main     #533   +/-   ##
=======================================
  Coverage   89.71%   89.72%           
=======================================
  Files          24       24           
  Lines       10213    10215    +2     
=======================================
+ Hits         9163     9165    +2     
  Misses       1050     1050           
Files Coverage Δ
src/vm.rs 85.84% <100.00%> (+0.12%) ⬆️
test_utils/src/lib.rs 96.15% <ø> (ø)
src/jit.rs 92.07% <87.59%> (ø)

@Lichtso Lichtso force-pushed the refactor/add_loader_to_vm branch from f48c849 to 7b2c149 Compare September 30, 2023 13:57
@Lichtso Lichtso merged commit 31c8b6f into main Sep 30, 2023
12 checks passed
@Lichtso Lichtso deleted the refactor/add_loader_to_vm branch September 30, 2023 14:13
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.

2 participants