Skip to content

Commit

Permalink
Add note about installing required targets to README
Browse files Browse the repository at this point in the history
These are a pre-requisit for builds to complete.
  • Loading branch information
petedmarsh committed Oct 26, 2023
1 parent 6b47aec commit 971a4a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
- [Extending Envoy with WASM and Rust](https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/)
- [Writing Envoy filters in Rust with WebAssembly](https://content.red-badger.com/resources/extending-istio-with-rust-and-webassembly)


## Targets

Make sure you have the right targets installed:

```sh
rustup target add wasm32-wasi wasm32-unknown-unknown
```

## Updating dependencies

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

0 comments on commit 971a4a7

Please sign in to comment.