-
Notifications
You must be signed in to change notification settings - Fork 19
bump wasmtime deps to 19.0.1 #298
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
Conversation
Please consider this, the process_lib & kit PRs as a package deal. @dr-frmr :
|
I was worried this would break our Py & JS processes because I did not update the libs we use to build those (and even the most recent updates of those libs are not on wasmtime 19.0.1). But I think specifically because of this semver change, they still work! The WASI version between 17.0.1 (what those libs are on) and 19.0.1 must only differ by a patch -> we good. Tested and they work 🚀 |
Ok, so this is not a breaking change? Existing compiled apps run fine? |
Confirmed. I can run this binary using this
and it works 👍
|
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.
In that case I happily approve.
Problem
wasmtime 19.0.1 has some cool stuff
Solution
Bump the deps
Docs Update
hyperware-ai/hyperware-book#153
Notes
hyperware-ai/process_lib#69
hyperware-ai/kit#129