-
Notifications
You must be signed in to change notification settings - Fork 5k
deps: bump com_github_wasmtime
-> 1.0.0
#23232
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
Signed-off-by: river phillips <[email protected]>
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
cc @kfaseela |
/lgtm deps This looks like it is passing without some of the normal adjacent dependency updates |
not sure it that is cause for concern cc @PiotrSikora |
Wasmtime (well, it's Bazel rules) is tracked and updated in Proxy-Wasm C++ Host. The only thing updated in this PR are the C API files used in bazel/external/wasmtime.BUILD, but Tests passed, because the C API didn't change between v0.39.1 and v1.0.0, but this PR didn't update Wasmtime. It might be worth documenting this somewhere in |
@RiverPhillips Will you be interested in pushing the corresponding PR in Proxy-Wasm C++ Host ? Some info on how to do the update can be seen at proxy-wasm/proxy-wasm-cpp-host#194 (comment) |
Sure @kfaseela will have a look |
Signed-off-by: river phillips <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: river phillips <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: river phillips <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: river phillips <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
…24089) * deps: bump `com_github_wasmtime` -> 1.0.0 (#23232) Signed-off-by: river phillips <[email protected]> Signed-off-by: Ryan Northey <[email protected]> * wasm: update WAVM to nightly/2022-05-14. (#22491) Signed-off-by: Piotr Sikora <[email protected]> Signed-off-by: Ryan Northey <[email protected]> * wasm: update Proxy-Wasm C++ Host to latest. (#22575) Signed-off-by: Piotr Sikora <[email protected]> Signed-off-by: Ryan Northey <[email protected]> * deps: Bump `com_github_wasmtime` -> 1.0.2 (#24086) Fix: - CVE-2022-39392 - CVE-2022-39393 - CVE-2022-39394 Signed-off-by: Ryan Northey <[email protected]> * bazel: update rules_rust This gets us on rust 1.60 Signed-off-by: Keith Smiley <[email protected]> Signed-off-by: Ryan Northey <[email protected]> * deps: Bump `rules_rust` -> 0.8.1 (#22253) Fix #22073 Signed-off-by: Ryan Northey <[email protected]> * wasm: fix V8 build on older versions of Linux. (#22228) wasm: fix build on older versions of Linux. Signed-off-by: Piotr Sikora <[email protected]> Signed-off-by: Ryan Northey <[email protected]> * backport: macOS: Allow to load .wasm on Apple silicon (#23299) backport: macOS: Enable wasm and allow to load .wasm on Apple silicon This applies https://chromium-review.googlesource.com/c/v8/v8/+/3700352 as a fix for MemoryAllocator::PartialFreeMemory() which shouldn't try to change permissions of RWX pages. This mainly affects macOS > 11.2 due to mprotect behavior changes (#23243) on Apple silicon. This is cherry-picked from: 63f27a6 Signed-off-by: Dhi Aurrahman <[email protected]> Signed-off-by: Dhi Aurrahman <[email protected]> Signed-off-by: Ryan Northey <[email protected]> * deps: Bump `v8` to 10.7.193.13 and `proxy_wasm_cpp_host` to b0a0594 (#23434) Signed-off-by: Dhi Aurrahman <[email protected]> * ci: Disable wasm coverage tests (#24169) and adjust-coverage-total Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: phlax <[email protected]> * deps: Bump `com_github_wasmtime` -> 2.0.2 (+related) (#24150) deps: Bump `com_github_wasmtime` -> 2.0.2 - `proxy_wasm_cpp_host` - `proxy_wasm_rust_sdk` Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: river phillips <[email protected]> Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: Piotr Sikora <[email protected]> Signed-off-by: Dhi Aurrahman <[email protected]> Signed-off-by: phlax <[email protected]> Co-authored-by: River <[email protected]> Co-authored-by: Piotr Sikora <[email protected]> Co-authored-by: Keith Smiley <[email protected]> Co-authored-by: Dhi Aurrahman <[email protected]>
Signed-off-by: river phillips <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
Commit Message: deps: bump
com_github_wasmtime
-> 1.0.0Additional Description: Resolves #23193
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]