Registry / networking / wangle

wangle

JSON →
library2026.02.23.00vcpkgunverified

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.

vcpkg install wangle
INSTALL
IMPORT
SIG · WANGLE
W
wangle
networkingcppv2026.02.23.00
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wangle/wangle.h
✓ #include <wangle/wangle.h>

Basic include and initialization for Wangle.

#include <wangle/wangle.h> #include <iostream> int main() { std::cout << "Wangle framework ready" << std::endl; return 0; }
Debug
Known issues
gotchaRequires linking against folly and other dependencies.
fix
Ensure target_link_libraries includes wangle::wangle and its transitive dependencies.
affects: all
Upgrade
Version history
2026.02.23.00latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources

No resource links recorded.

wangle — pip install wangle · libregistry