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 #35

Merged
merged 3 commits into from
Feb 13, 2023
Merged

update wasmtime #35

merged 3 commits into from
Feb 13, 2023

Conversation

flavio
Copy link
Member

@flavio flavio commented Jan 25, 2023

This time the update to latest version of wasmtime required some small changes:

  • chore(deps): update rust version - wasmtime requires rust 1.66
  • chore(refactor): fix clippy warnings - the update to latest version of rust raised some warnings
  • chore(deps): update to latest version of wasmtime - the actual update

Once this is merged, a new version of the wasmtime provider must be tagged and released.

Note: I did not bump the version of the wasmtime-provider. I can do that if you want, it would just be a patch bump

Update to latest stable release of Rust, this is required to build
wasmtime's latest release.

Signed-off-by: Flavio Castelli <[email protected]>
The lint `const_err` has been removed: converted into hard error, see issue #71800 <rust-lang/rust#71800> for more information

Signed-off-by: Flavio Castelli <[email protected]>
Update wasmtime-provider to consume latest version of wasmtime

Signed-off-by: Flavio Castelli <[email protected]>
Copy link
Member

@pkedy pkedy left a comment

Choose a reason for hiding this comment

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

LGTM

@pkedy pkedy merged commit 439bf24 into wapc:master Feb 13, 2023
@@ -44,7 44,6 @@
clippy::equatable_if_let,
bad_style,
clashing_extern_declarations,
const_err,
Copy link
Member

Choose a reason for hiding this comment

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

@flavio @jsoverson Does removing this require the wapc-codec, wapc-guest, wapc-pool, wasm3-provider, and wapc crates to be version bumped in addition to the wasmtime-provider?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, this is not required. Clippy focuses only on the warnings produced by the user code, not by its dependencies

@flavio flavio deleted the update-wasmtime branch February 14, 2023 08:26
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