Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

WebAssembly for Proxies (C++ SDK)

License

NotificationsYou must be signed in to change notification settings

proxy-wasm/proxy-wasm-cpp-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build StatusApache 2.0 License

Proxy-Wasm is a specification and supporting framework for usingWebAssembly (Wasm) to extend the functionality ofnetwork proxies. It enables developers to write custom logic (plugins) that arecompiled to Wasm modules and then loaded and executed by the proxy.

Proxy-Wasm consists of multiple parts:

  • AnABI that specifies the low-levelinterface between network proxies and Wasm virtual machines that run theplugins.
  • Host implementationsof the ABI, provided by network proxies.
  • Language-specific SDKs that layeron top of the ABI, providing a more natural and programmer-friendly API forinvoking and implementing Proxy-Wasm functions and callbacks.

This repository provides the C++ SDK.

Getting started

About

WebAssembly for Proxies (C++ SDK)

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors17

Languages


[8]ページ先頭

©2009-2025 Movatter.jp