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 5
5
[ ![ Documentation] [ docs-badge ]] [ docs-link ]
6
6
[ ![ Apache 2.0 License] [ license-badge ]] [ license-link ]
7
7
8
-
9
8
[ build-badge ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/workflows/Rust/badge.svg?branch=master
10
9
[ build-link ] : https://github.com/proxy-wasm/proxy-wasm-rust-sdk/actions?query=workflow%3ARust+branch%3Amaster
11
10
[ crate-badge ] : https://img.shields.io/crates/v/proxy-wasm.svg
17
16
18
17
## Examples
19
18
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 )
23
24
24
25
## Articles & blog posts from the community
25
26
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 )
28
29
29
30
## Updating dependencies
30
31
31
32
When updating dependencies, you need to regenerate Bazel ` BUILD ` files to match updated ` Cargo.toml ` :
32
- ```
33
+
34
+ ``` sh
33
35
cargo install cargo-raze --version 0.14.1
34
36
cargo raze --generate-lockfile
35
37
```
You can’t perform that action at this time.
0 commit comments