-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: agrawroh/proxy-wasm-cpp-host
base: main
head repository: proxy-wasm/proxy-wasm-cpp-host
compare: main
- 14 commits
- 37 files changed
- 4 contributors
Commits on Jul 26, 2025
-
chore: update V8 to 13.8.258.26 (proxy-wasm#442)
* update V8 to 13.8.258.26 Signed-off-by: Michael Warres <[email protected]> * add missing files to v8.patch Signed-off-by: Michael Warres <[email protected]> * chore: Update v8 to use 13.8 interface Signed-off-by: Matt Leon <[email protected]> * chore: use bazel repos for missing v8 dependencies Signed-off-by: Matt Leon <[email protected]> * chore: fix test expectation Signed-off-by: Matt Leon <[email protected]> * chore: disable failing test This test fails with the new V8 version Signed-off-by: Matt Leon <[email protected]> * chore: fix sed to work on darwin BSD sed requires an extension to create a backup file when used with in-place editing. Signed-off-by: Matt Leon <[email protected]> * fix: remove racy call to isolate->IsExecutionTerminating() Signed-off-by: Matt Leon <[email protected]> * fix: remove V8's libatomic dependency Signed-off-by: Matt Leon <[email protected]> * chore: use toolchains_llvm with clang 19.1.0 Fixes macos build Signed-off-by: Matt Leon <[email protected]> * chore: update aarch64 build to run on native aarch64 runner Signed-off-by: Matt Leon <[email protected]> * chore: update hermetic-llvm to be platform-agnostic and use in CI Signed-off-by: Matt Leon <[email protected]> * chore: Silence tsan warnings inside V8 These warnings flag a Join() function protected by a mutex. Such a function marks that the racy operation has ended. Signed-off-by: Matt Leon <[email protected]> --------- Signed-off-by: Michael Warres <[email protected]> Signed-off-by: Matt Leon <[email protected]> Co-authored-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1000bc2 - Browse repository at this point
Copy the full SHA 1000bc2View commit details
Commits on Jul 29, 2025
-
chore: fix github bazel cache (proxy-wasm#445)
GitHub's actions cache appears to be empty, even with recent pushes to main. This config has been working well in Google's github.com/GoogleCloudPlatform/service-extensions repo, which should be building all the same things as this repo. Using --disk_cache avoids putting a bunch of junk in the cache that the previous xdg cache dir entry had to manually strip out. Signed-off-by: Matt Leon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74f8572 - Browse repository at this point
Copy the full SHA 74f8572View commit details
Commits on Jul 31, 2025
-
Feat: Add additional virtual keywords to wasm base. (proxy-wasm#444)
* Feat: Add additional virtual keywords to wasm base. Signed-off-by: Rachel Green <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a374efd - Browse repository at this point
Copy the full SHA a374efdView commit details
Commits on Aug 22, 2025
-
chore: Add license headers to BUILD files (proxy-wasm#451)
addlicense v1.2.0 supports linting .BUILD files, so the verify licenses check will fail for all future PRs without this commit. https://github.com/google/addlicense/releases/tag/v1.2.0 Signed-off-by: Matt Leon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fbf312 - Browse repository at this point
Copy the full SHA 4fbf312View commit details -
workflows: remove unaccessed files from cache before saving (proxy-wa…
…sm#452) Caches are growing organically (started around 400MiB, now at 2+GiB). This strategy is used by github.com/GoogleCloudPlatform/service-extensions to evict unneeded cached entries. Signed-off-by: Matt Leon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbc2dd9 - Browse repository at this point
Copy the full SHA cbc2dd9View commit details
Commits on Aug 30, 2025
-
Feat: Support creating warmed VM in the proxy wasm V8 VM API. (proxy-…
…wasm#447) * Support creating warmed VM in the proxy wasm V8 VM API. Signed-off-by: Rachel Green <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee4dfe6 - Browse repository at this point
Copy the full SHA ee4dfe6View commit details
Commits on Sep 4, 2025
-
chore: update WAMR to 2.4.1 (proxy-wasm#453)
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26969ea - Browse repository at this point
Copy the full SHA 26969eaView commit details
Commits on Sep 15, 2025
-
fix: avoid potential unaligned loads, found by fuzzer (proxy-wasm#456)
Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b2e653 - Browse repository at this point
Copy the full SHA 8b2e653View commit details
Commits on Oct 7, 2025
-
Execute proxy-wasm-cpp-host ubuntu-24.04 actions on larger runner (pr…
…oxy-wasm#460) Signed-off-by: Michael Warres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3025566 - Browse repository at this point
Copy the full SHA 3025566View commit details
Commits on Oct 20, 2025
-
chore: Update V8 flag initialization to use V8 API (proxy-wasm#458)
* Set flags via the v8 API, instead of directly modifying them --------- Signed-off-by: Rachel Green <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3f9969 - Browse repository at this point
Copy the full SHA f3f9969View commit details
Commits on Nov 20, 2025
-
Feat: Allow invocation of the emscripten_notify_memory_growth hostcal…
…l. (proxy-wasm#461) * Feat: Allow invocation of the emscripten_notify_memory_growth hostcall. Signed-off-by: Rachel Green <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14fa83a - Browse repository at this point
Copy the full SHA 14fa83aView commit details
Commits on Nov 21, 2025
-
Chore: Remove the initEngine methods, and update Warm test. (proxy-wa…
…sm#459) * Remove the init*engine methods from runtimes, and update warm() test. Signed-off-by: Rachel Green <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44be7b1 - Browse repository at this point
Copy the full SHA 44be7b1View commit details
Commits on Nov 24, 2025
-
feat: pass FailState value to WasmVmIntegration::error() (proxy-wasm#450
) * pass FailState value to WasmVmIntegration::error() Signed-off-by: Rachel Green <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8868da - Browse repository at this point
Copy the full SHA c8868daView commit details
Commits on Dec 15, 2025
-
Bump bazel_skylib to v1.7.0 (proxy-wasm#469)
Signed-off-by: Matthieu MOREL <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6110918 - Browse repository at this point
Copy the full SHA 6110918View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main