wasm/v8: Use prebuilt wee8 library from envoy_toolshed - #46785
Open
dcillera wants to merge 1 commit into
Open
Conversation
Use prebuilt wee8 static libraries from envoy_toolshed instead of building V8 from source, reducing build time from 30-120 minutes to seconds. Changes: - bazel/repositories_extra.bzl: Add setup_wee8_prebuilt() call to load prebuilt wee8 libraries (@wee8_prebuilt_x86_64, @wee8_prebuilt_aarch64) - source/extensions/wasm_runtime/v8/BUILD: Use @envoy_toolshed//v8:wee8 instead of @proxy_wasm_cpp_host//:v8_lib - test/tools/wee8_compile/BUILD: Same change for test tool The @envoy_toolshed//v8:wee8 target provides platform-agnostic selection: - Linux x86_64 + Clang: uses prebuilt libcxx variant - Linux x86_64 + GCC: uses prebuilt libstdc++ variant - Linux aarch64: uses prebuilt libcxx variant - Other platforms: falls back to building from @v8 source Prebuilt libraries are published at: https://github.com/envoyproxy/toolshed/releases/tag/bins-v0.2.8 Requires: envoy_toolshed >= 0.4.6 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
dcillera
requested a deployment
to
external-contributors
August 18, 2026 13:47 — with
GitHub Actions
Waiting
|
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use prebuilt wee8 static libraries from envoy_toolshed instead of building V8 from source, reducing build time from 30-120 minutes to seconds.
Changes:
The @envoy_toolshed//v8:wee8 target provides platform-agnostic selection:
Prebuilt libraries are published at:
https://github.com/envoyproxy/toolshed/releases/tag/bins-v0.2.8
Requires: envoy_toolshed >= 0.4.6