-
Notifications
You must be signed in to change notification settings - Fork 11
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
Build/wasmer 5 bump #126
Build/wasmer 5 bump #126
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look great, thank you for dealing with the wasmer-prod nix/CI changes :)
Just one question about pinning but that's not a blocker
|
||
# Temporarily include a fork of wasmer from the git branch 'wamr', until it is officially released in wasmer v5 | ||
hc-wasmer = { version="=4.3.6-hc.1", optional = true, default-features = false } | ||
wasmer = { version = "5.0.2", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this stay pinned? Really depends how good we think wasmer are at managing breaking changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we've been pinning the wasmer version since the first release of this crate (when wasmer versioning was at 0.x). I'm not sure what the rationale was, but it doesn't look like it was in response to a specific case where wasmer broke semver.
Idk maybe we should remove the pin and re-add it if there is an issue
Resolves #121