├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── abi-versions ├── README.md ├── v0.1.0 │ └── README.md ├── v0.2.0 │ └── README.md ├── v0.2.1 │ └── README.md └── vNEXT │ └── README.md └── docs ├── WebAssembly-in-Envoy.md └── WebAssembly-in-Envoy.svg /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/README.md -------------------------------------------------------------------------------- /abi-versions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/abi-versions/README.md -------------------------------------------------------------------------------- /abi-versions/v0.1.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/abi-versions/v0.1.0/README.md -------------------------------------------------------------------------------- /abi-versions/v0.2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/abi-versions/v0.2.0/README.md -------------------------------------------------------------------------------- /abi-versions/v0.2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/abi-versions/v0.2.1/README.md -------------------------------------------------------------------------------- /abi-versions/vNEXT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/abi-versions/vNEXT/README.md -------------------------------------------------------------------------------- /docs/WebAssembly-in-Envoy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/docs/WebAssembly-in-Envoy.md -------------------------------------------------------------------------------- /docs/WebAssembly-in-Envoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/proxy-wasm/spec/HEAD/docs/WebAssembly-in-Envoy.svg --------------------------------------------------------------------------------