-
Notifications
You must be signed in to change notification settings - Fork 97
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(deps): bump wasmedge-sdk from 0.12.2 to 0.13.2 #395
Conversation
Bumps [wasmedge-sdk](https://github.com/WasmEdge/wasmedge-rust-sdk) from 0.12.2 to 0.13.0. - [Release notes](https://github.com/WasmEdge/wasmedge-rust-sdk/releases) - [Changelog](https://github.com/WasmEdge/wasmedge-rust-sdk/blob/main/CHANGELOG.md) - [Commits](WasmEdge/wasmedge-rust-sdk@0.12.2...0.13.0) --- updated-dependencies: - dependency-name: wasmedge-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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
This error seems like the C APIs were not up-to-date with the latest wasmedge sdk. https://github.com/containerd/runwasi/actions/runs/6867767968/job/18676837552?pr=395#step:6:150 Any insights into this? @jprendes |
The error is
I can clearly see here that the argument is a This argument used to be a So I am inclined to think this is a cache issue. I would suggest clearing the cache in the repo and trying again:
and
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Ok, I see now. Updating
|
With that |
I can confirm that adding |
Will try that! Thanks |
Is this something wasmedge-sdk |
https://github.com/WasmEdge/wasmedge-rust-sdk/releases/tag/0.13.2 should have fixed the issue |
I think this needs to be updated to 0.13.5 |
Signed-off-by: Jiaxiao Zhou <[email protected]> chore: bump wasmedge version in windows script Signed-off-by: jiaxiao zhou <[email protected]>
fcadc17
to
50af96f
Compare
Signed-off-by: jiaxiao zhou <[email protected]>
Signed-off-by: jiaxiao zhou <[email protected]>
LGTM, nice work tracking down all the changes! |
LGTM! Thanks for working on this :-) |
Bumps wasmedge-sdk from 0.12.2 to 0.13.0.
Changelog
Sourced from wasmedge-sdk's changelog.
Commits
a27724d
[Chore] Update build script (#86)e475ea7
doc: updateCHANGELOG
(#85)c80ddb4
[refactor] IntroduceWasmEdge_FunctionInstanceGetData
to drop host data (#84)3146e89
[feat] ImplementFromStr
trait forNNPreload
inwasmedge-sdk
(#81)37cc270
[refactor] Improve theVmBuilder::with_plugin
API (#82)07e84b7
[Refactor] update the argument type ofrun_func_with_timeout
and `run_func_...e657ea2
[Refactor] UpdateGraphEncoding
andExecutionTarget
in `wasmedge-sdk::plu...373221d
[Feat] EnablePluginManager::nn_preload
(#74)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions