Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: proxy-wasm/proxy-wasm-cpp-host
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: proxy-wasm/proxy-wasm-cpp-host
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chore/update-v8
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 18 files changed
  • 2 contributors

Commits on Jul 16, 2025

  1. build using c++20

    std=c++20 is used by both v8 and Envoy. Switching to use it is necessary to build with more recent versions of v8, and will also reduce overall build surprises when importing proxy-wasm-cpp-host into Envoy.
    
    Signed-off-by: Michael Warres <[email protected]>
    mpwarres authored and leonm1 committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    1f604c4 View commit details
    Browse the repository at this point in the history
  2. change --config=clang-asan-strict to --config=clang-asan

    Signed-off-by: Michael Warres <[email protected]>
    mpwarres authored and leonm1 committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    59cb7c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. chore: support clang-18 and ubuntu-24.04

    These changes make Proxy-Wasm build cleanly with clang-18 and pass clang-tidy-18 checks.
    
    Signed-off-by: Matt Leon <[email protected]>
    leonm1 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    b46412a View commit details
    Browse the repository at this point in the history
  2. chore: ignore c++20 + clang-18 + gcc-14 findings

    Signed-off-by: Matt Leon <[email protected]>
    leonm1 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    6d91cbc View commit details
    Browse the repository at this point in the history
  3. update V8 to 13.8.258.26

    Signed-off-by: Michael Warres <[email protected]>
    mpwarres authored and leonm1 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    7039a7a View commit details
    Browse the repository at this point in the history
  4. add missing files to v8.patch

    Signed-off-by: Michael Warres <[email protected]>
    mpwarres authored and leonm1 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    e57af08 View commit details
    Browse the repository at this point in the history
  5. chore: Update v8 to use 13.8 interface

    Signed-off-by: Matt Leon <[email protected]>
    leonm1 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    be9340f View commit details
    Browse the repository at this point in the history
  6. chore: use bazel repos for missing v8 dependencies

    Signed-off-by: Matt Leon <[email protected]>
    leonm1 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    e25c4f1 View commit details
    Browse the repository at this point in the history
  7. chore: fix test expectation

    Signed-off-by: Matt Leon <[email protected]>
    leonm1 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    b22dc16 View commit details
    Browse the repository at this point in the history
Loading