Pengyuan Bian

Results 14 issues of Pengyuan Bian

Currently the document about available callbacks is out of dated. We need to have auto doc gen in this repo to covert comments for callbacks to document for references.

Currently the build container used for docker based build is fragile since it copies dependencies like protobuf, emscripten toolchain, and abseil etc, and needs user to write tedious make file...

The wasi abi for file read is already defined, but not implemented. This will be really useful for the case where a secret needs to be read from a file:...

Currently basic auth filter only consumes plain text `username:passwd`. This is to track the work to make it read base64 encoded username:passwd instead.

This is the track the effort to get https://github.com/istio-ecosystem/wasm-extensions/pull/2 in. The remaining work includes: * Add unit test and integration test * Use bazel for its build * Add doc...

This is to track the work to add Wasm extension which mutates request header based on Jwt Header and recompute route based on the new header. The extension should have...

We recently added a walk through guide for C++ Wasm extension development: https://github.com/istio-ecosystem/wasm-extensions/blob/master/doc/write-a-wasm-extension-with-cpp.md. Before sharing it more broadly, it would be great if we can get some feedback about it...

Currently the build pipeline only publishes non-precompiled modules. It needs to be extended to also publish precompiled modules.

This is to track adding guide about how to build a wasm extension, including: * minimum dep requirement * How to make a bazel workspace for Wasm extension

This is to track adding a telemetry extension, which extracts some request attributes and make a log HTTP call to an external telemetry service. The goal of this extension is...