deps: update wasm proxy host to f0310e1#44534
Conversation
…ost@f0310e1) Signed-off-by: The0Mikkel <mikkel.alb@gmail.com>
|
Hi @The0mikkel, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
|
@The0mikkel we generally want to avoid pinning to a commit - is it possible to bump to a version (and/or request a release in proxy-wasm-cpp-host) |
|
@phlax that's fully understandable - Therefore I'm also unsure if this update from As far as I could see, the last few updates to this dependency in Envoy, has also been commit pinning, and is why I have continued it. I'm not a maintainer of |
|
apologies you are correct - for some reason i thought they did release - cc @leonm1 |
|
When I ran the test suite, the following tests failed:
All failed due to 13 tests passed and 5 failed. |
|
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! |
Updated proxy-wasm-cpp-host to f0310e1
Commit Message:
Updated proxy-wasm-cpp-host to f0310e1
Additional Description:
Updated proxy-wasm-cpp-host to f0310e1, which provides an updated WASM host, which allocated all WASI hostcalls for Go SDK, along with upgrading wasmtime from 24.0.6 to 42.0.1.
Full changelog from proxy-wasm-cpp-host: here
Additionally updated proxy_wasm_cpp_host.patch to align with the updated version of proxy-wasm-cpp-host.
Risk Level:
Low
Testing:
No additional tests were implemented.
Tests were run, with the
//test/extensions/common/wasm:wasm_vmtest failing. Further understanding of what have failed is missing - Without tests, an Envoy binary were able to be build and runs correctly in a limited scenario.Docs Changes:
None
Release Notes:
Platform Specific Features:
None
Fixes #44526