Skip to content

Commit

Permalink
Update README to reflect wasilibs usage (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Apr 26, 2023
1 parent 7383ad9 commit b200643
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Targets:
runExample spins up the test environment, access at http://localhost:8080.
teardownExample tears down the test environment.
test runs all unit tests.
updateLibs updates the C++ filter dependencies.

* default target
```
Expand All @@ -33,9 +32,6 @@ go run mage.go build

You will find the WASM plugin under `./build/main.wasm`.

For performance purposes, some libs are built from non-Go implementations. The compiled polyglot wasm libs are already checked in under [./lib/](./lib/). It is possible to rely on the Dockerfiles under [./buildtools/](./buildtools/) if you wish to rebuild them from scratch
using `go run mage.go updateLibs`.

### Running the filter in an Envoy process

In order to run the coraza-proxy-wasm we need to spin up an envoy configuration including this as the filter config
Expand Down

0 comments on commit b200643

Please sign in to comment.