-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Proxy-Wasm ABI v0.2.0 #2
Comments
cc @agiachris |
Aside from overlapping signatures of functions exported by the Proxy-Wasm module, there are also a series of host functions that need to be implemented in hostcalls.rs (even if left currently unimplemented for now) for the library to fully support v0.2.0. Leaving this for future reference. |
While migrating from a custom implementation to the more standard WASI runtime in Envoy I came across this, so for reference to others, the hostcalls that you might get panics about are mostly going to be the ones listed here: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/wasm/v3/wasm.proto#extensions-wasm-v3-capabilityrestrictionconfig The test-framework will stumble over calls like I'm mostly leaving this comment here so others might find it instead of opening duplicated issues (as I was about to do). |
This is needed to support extensions written using C++ SDK.
The text was updated successfully, but these errors were encountered: