Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup README.md. #139

Merged
merged 3 commits into from Apr 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 9 additions & 7 deletions README.md
Expand Up @@ -5,7 +5,6 @@
[![Documentation][docs-badge]][docs-link]
[![Apache 2.0 License][license-badge]][license-link]


[build-badge]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/workflows/Rust/badge.svg?branch=master
[build-link]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk/actions?query=workflow%3ARust+branch%3Amaster
[crate-badge]: https://img.shields.io/crates/v/proxy-wasm.svg
Expand All @@ -17,19 +16,22 @@

## Examples

+ [Hello World](./examples/hello_world.rs)
+ [HTTP Auth random](./examples/http_auth_random.rs)
+ [HTTP Headers](./examples/http_headers.rs)
- [Hello World](./examples/hello_world.rs)
- [HTTP Auth random](./examples/http_auth_random.rs)
- [HTTP Headers](./examples/http_headers.rs)
- [HTTP Response body](./examples/http_body.rs)
Swaagie marked this conversation as resolved.
Show resolved Hide resolved
- [HTTP Configuration](./examples/http_config.rs)

## Articles & blog posts from the community

+ [Extending Envoy with WASM and Rust](https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/)
+ [Extending Istio with Rust and WebAssembly](https://blog.red-badger.com/extending-istio-with-rust-and-webassembly)
- [Extending Envoy with WASM and Rust](https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/)
- [Extending Istio with Rust and WebAssembly](https://blog.red-badger.com/extending-istio-with-rust-and-webassembly)

## Updating dependencies

When updating dependencies, you need to regenerate Bazel `BUILD` files to match updated `Cargo.toml`:
```

```sh
cargo install cargo-raze --version 0.14.1
cargo raze --generate-lockfile
```