Remove some unsupport system call for WASM

Signed-off-by: Le Yao <le.yao@intel.com>
This commit is contained in:
Le Yao
2021-06-24 02:31:02 -04:00
parent 5a0ae73ba6
commit f2a52c6c3b
6 changed files with 683 additions and 292 deletions

View File

@@ -20,6 +20,11 @@ and applying traditional ModSecurity processing. In general, it provides the
capability to load/interpret rules written in the ModSecurity SecRules format
and apply them to HTTP content provided by your application via Connectors.
# Build ModSecurity WASM library
Please read this [guide]() to build your own wasm library using Emscripten.
If you are looking for ModSecurity for Apache (aka ModSecurity v2.x), it is still under maintenance and available:
[here](https://github.com/SpiderLabs/ModSecurity/tree/v2/master).