File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 55[ ![ Documentation] [ docs-badge ]] [ docs-link ]
66[ ![ Apache 2.0 License] [ license-badge ]] [ license-link ]
77
8-
98[ build-badge ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/workflows/Rust/badge.svg?branch=master
109[ build-link ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/actions?query=workflow%3ARust+branch%3Amaster
1110[ crate-badge ] : https://img.shields.io/crates/v/proxy-wasm.svg
1716
1817## Examples
1918
20- + [ Hello World] ( ./examples/hello_world.rs )
21- + [ HTTP Auth random] ( ./examples/http_auth_random.rs )
22- + [ HTTP Headers] ( ./examples/http_headers.rs )
19+ - [ Hello World] ( ./examples/hello_world.rs )
20+ - [ HTTP Auth random] ( ./examples/http_auth_random.rs )
21+ - [ HTTP Headers] ( ./examples/http_headers.rs )
22+ - [ HTTP Response body] ( ./examples/http_body.rs )
23+ - [ HTTP Configuration] ( ./examples/http_config.rs )
2324
2425## Articles & blog posts from the community
2526
26- + [ Extending Envoy with WASM and Rust] ( https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/ )
27- + [ Extending Istio with Rust and WebAssembly] ( https://blog.red-badger.com/extending-istio-with-rust-and-webassembly )
27+ - [ Extending Envoy with WASM and Rust] ( https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/ )
28+ - [ Extending Istio with Rust and WebAssembly] ( https://blog.red-badger.com/extending-istio-with-rust-and-webassembly )
2829
2930## Updating dependencies
3031
3132When updating dependencies, you need to regenerate Bazel ` BUILD ` files to match updated ` Cargo.toml ` :
32- ```
33+
34+ ``` sh
3335cargo install cargo-raze --version 0.14.1
3436cargo raze --generate-lockfile
3537```
You can’t perform that action at this time.
0 commit comments