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

Update Wasmtime #943

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Update Wasmtime #943

merged 2 commits into from
Oct 10, 2022

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Oct 10, 2022

(and other deps)

fixes #853

We might as well get this in sooner rather than later.

Important ones:

- libipld: looks like a cleanup release.
- wasmtime: the 1.0 release
@@ -47,7 +47,7 @@ pretty_assertions = "1.2.1"
fvm = { path = ".", features = ["testing"], default-features = false }

[dependencies.wasmtime]
version = "0.40.1"
version = "1.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woot!

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2022

Codecov Report

Merging #943 (b83ce6d) into master (a9d6dd8) will increase coverage by 0.30%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #943      +/-   ##
==========================================
+ Coverage   51.29%   51.59%   +0.30%     
==========================================
  Files         124      124              
  Lines       10463    10406      -57     
==========================================
+ Hits         5367     5369       +2     
+ Misses       5096     5037      -59     
Impacted Files Coverage Δ
fvm/src/machine/engine.rs 35.88% <100.00%> (+0.44%) ⬆️
fvm/src/syscalls/network.rs 0.00% <0.00%> (ø)
fvm/src/kernel/default.rs 14.99% <0.00%> (+0.93%) ⬆️
fvm/src/machine/mod.rs 47.82% <0.00%> (+3.82%) ⬆️

@Stebalien Stebalien enabled auto-merge (squash) October 10, 2022 05:46
@Stebalien Stebalien enabled auto-merge (squash) October 10, 2022 06:04
@Stebalien Stebalien merged commit ad06522 into master Oct 10, 2022
@Stebalien Stebalien deleted the chore/update-deps branch October 10, 2022 06:11
Stebalien added a commit that referenced this pull request Oct 13, 2022
Backports #943 without the other dependency updates.

Fixes #962.
Stebalien added a commit that referenced this pull request Oct 13, 2022
Backports #943 without the other dependency updates.

Fixes #962.
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.

Upgrade wasmtime to v1.0.0
3 participants