diff --git a/README.md b/README.md index bdb3f2b..7e0ff07 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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