From b2006432c8f8e61fac41015691c6ce2b9587d62a Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Wed, 26 Apr 2023 17:14:38 +0900 Subject: [PATCH] Update README to reflect wasilibs usage (#179) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index bdb3f2bc6f43b..7e0ff075d3d2d 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