-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[WIP] deps: Bump proxy_wasm_cpp_host
-> 3212034 (+deps)
#36857
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
[WIP] deps: Bump proxy_wasm_cpp_host
-> 3212034 (+deps)
#36857
Conversation
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Signed-off-by: Ryan Northey <[email protected]>
proxy_wasm_cpp_host
-> 3212034proxy_wasm_cpp_host
-> 3212034 (+deps)
/retest kafka download |
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
cc @PiotrSikora i have attempted an update to wasmtime 24.0.0 here and included related deps as suggested im hitting In file included from external/src/wasmtime/wasmtime.cc:27:
external/proxy_wasm_cpp_host/src/wasmtime/types.h:16:10: fatal error: 'crates/c-api/include/wasm.h' file not found
#include "crates/c-api/include/wasm.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ https://github.com/envoyproxy/envoy/actions/runs/11552408274/job/32151480980#step:12:4035 i tried to include proxy-wasm/proxy-wasm-cpp-host#420 as a patch - but that didnt help |
@keithmattix did you test your Wasmtime update with Envoy? Could you take a look at this failure? cc @mpwarres |
Yeah I'll take a look; there may be some references in envoy that need to updated |
Ah I see; Envoy is still using the old wasm-c-api path; I will push a fix |
This is as far as I could get: #36880 |
proxy_wasm_cpp_host
-> 3212034 (+deps)proxy_wasm_cpp_host
-> 3212034 (+deps)
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
…`wamr` -> 2.2.0 (#37868) Commit Message: deps: Update `proxy_wasm_cpp_host` -> c4d7bb0, `wasmtime` -> 24.0.2, `wamr` -> 2.2.0 Additional Description: proxy-wasm/proxy-wasm-cpp-host@f199214...c4d7bb0 Risk Level: low Testing: `bazel test test/...` passes, with `--define=wasm=v8`, `--define=wasm=wamr`, and `--define=wasm=wasmtime`. Docs Changes: None. Release Notes: Mentioned new support for [Go SDK](github.com/proxy-wasm/proxy-wasm-go-sdk) plugins. Supercedes #36880 and #36857 --------- Signed-off-by: Matt Leon <[email protected]> Signed-off-by: Keith Mattix II <[email protected]> Co-authored-by: Ryan Northey <[email protected]> Co-authored-by: Keith Mattix II <[email protected]>
…`wamr` -> 2.2.0 (envoyproxy#37868) Commit Message: deps: Update `proxy_wasm_cpp_host` -> c4d7bb0, `wasmtime` -> 24.0.2, `wamr` -> 2.2.0 Additional Description: proxy-wasm/proxy-wasm-cpp-host@f199214...c4d7bb0 Risk Level: low Testing: `bazel test test/...` passes, with `--define=wasm=v8`, `--define=wasm=wamr`, and `--define=wasm=wasmtime`. Docs Changes: None. Release Notes: Mentioned new support for [Go SDK](github.com/proxy-wasm/proxy-wasm-go-sdk) plugins. Supercedes envoyproxy#36880 and envoyproxy#36857 --------- Signed-off-by: Matt Leon <[email protected]> Signed-off-by: Keith Mattix II <[email protected]> Co-authored-by: Ryan Northey <[email protected]> Co-authored-by: Keith Mattix II <[email protected]> Signed-off-by: Yueren Wang <[email protected]>
Created by Envoy dependency bot for @phlax
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>