solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
306 stars 40 forks source link

Wasme Support for Gloo 1.6.x #211

Closed Sodman closed 4 years ago

Sodman commented 4 years ago

Is your feature request related to a problem? Please describe. Add wasme support for Gloo 1.6.x

Describe the solution you'd like Show Gloo 1.6.x as an option when creating filters for:

Additional context Gloo 1.6.x uses the same Envoy ABI for wasm filters as Gloo 1.5.x (ABI 0_2_1). 1.5.x filters should just work, we just need to make wasme aware of that.

Sodman commented 4 years ago

Implemented by #212