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

chore: update to wasmtime 19.0.1 #1997

Merged
merged 1 commit into from
Apr 5, 2024
Merged

chore: update to wasmtime 19.0.1 #1997

merged 1 commit into from
Apr 5, 2024

Conversation

Stebalien
Copy link
Member

This looks like a pretty uneventful upgrade.

This looks like a pretty uneventful upgrade.
@@ -225,7 +231,6 @@ fn wasmtime_config(ec: &EngineConfig) -> anyhow::Result<wasmtime::Config> {
c.native_unwind_info(false);
c.wasm_backtrace(false);
c.wasm_backtrace_details(WasmBacktraceDetails::Disable);
c.wasm_reference_types(false);
Copy link
Member Author

Choose a reason for hiding this comment

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

now behind a feature flag

@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.49%. Comparing base (464bba5) to head (f1cd21c).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1997       +/-   ##
===========================================
- Coverage   75.59%   54.49%   -21.11%     
===========================================
  Files         157      157               
  Lines       15741    15746        +5     
===========================================
- Hits        11900     8580     -3320     
- Misses       3841     7166     +3325     
Files Coverage Δ
fvm/src/engine/mod.rs 46.23% <100.00%> (-38.99%) ⬇️

... and 63 files with indirect coverage changes

@Stebalien Stebalien requested a review from fridrik01 April 4, 2024 21:02
Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

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

lgtm but any idea what's up with the fuzzing CI job? error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed

@Stebalien
Copy link
Member Author

The fuzzing job probably broke when we switched away from Rust Nightly, when we were no longer automatically installing Rust Nightly, and unfortunately the fuzzer requires Rust Nightly.

@Stebalien Stebalien merged commit d794fb7 into master Apr 5, 2024
13 of 14 checks passed
@Stebalien Stebalien deleted the steb/update-wasmtime branch April 5, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ☑️Done (Archive)
Development

Successfully merging this pull request may close these issues.

None yet

3 participants