solo-io / wasm

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

Update proxy wasm cpp sdk to work with envoy 1.16.x #178

Closed Sodman closed 4 years ago

Sodman commented 4 years ago

Tested against the latest Gloo 1.5.0-beta (master) updated to use an envoy based on this PR - https://github.com/solo-io/envoy-gloo/pull/83/files and confirmed it's working.

For code reviewing, most of the changes in the diff are from moving the examples folder down a level into the cli package.

Things to look at when reviewing:

Fixes https://github.com/solo-io/wasm/issues/177 Fixes https://github.com/solo-io/wasm/issues/145