[Mod-security-developers] Compile libModsecurity for WASM architecture
Brought to you by:
victorhora,
zimmerletw
From: Matteo P. S. <mat...@st...> - 2021-07-22 17:25:56
|
Hi all, I'm working on porting libModsecurity to WASM, the main project is to use it inside a service mesh as an Istio extension. The problem arises because the final makefile generated by the whole build process includes header files gcc-specific, and not the ones for clang (on which Emscripten is based). Does anyone ever encounter a similar problem? Is there a way to customize the building process to make it compatible with Emscripten? For further details and the whole error: https://github.com/SpiderLabs/ModSecurity/issues/2590 A similar issue with the same error is: https://github.com/emscripten-core/emscripten/issues/9067 Thanks for any help, Matteo Pace |