docs: add guide for Proxy-Wasm C++ integration#294
Open
blackdragoon26 wants to merge 1 commit intoWasmEdge:mainfrom
Open
docs: add guide for Proxy-Wasm C++ integration#294blackdragoon26 wants to merge 1 commit intoWasmEdge:mainfrom
blackdragoon26 wants to merge 1 commit intoWasmEdge:mainfrom
Conversation
Author
|
Hihi CodeOwners @hydai @juntao @alabulei1 , Currently, this lives under my personal account. To ensure long-term CI reliability, prevent future broken links, and keep community maintenance centralized, it might be beneficial to eventually migrate this repository into the official WasmEdge organization. |
hydai
requested changes
Apr 27, 2026
Signed-off-by: blackdragoon26 <sankalp.jha9643@gmail.com>
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.
Explanation
This PR adds a new deployment guide explaining how to use WasmEdge as the runtime engine inside network proxies using the Proxy-Wasm standard, based on https://github.com/blackdragoon26/wasmedge_proxy_wasm_demo
For a non-developer, this means we are providing instructions on how to use WasmEdge to securely filter and modify internet traffic flowing through cloud infrastructure. This represents a new addition to the existing deployment documentation.
Related issue
Fixes WasmEdge/WasmEdge#1439
What type of PR is this
/kind documentation
Proposed Changes
docs/develop/deploy/proxy-wasm.mdto the Kubernetes deployment section.--target=wasm32-wasip1) required for compatibility between the proxy-wasm SDK and the modernwasi-sdk-32toolchain.