-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include errors building libModsecurity as WASM module #14725
Comments
The problem is that |
hi @sbc100, thanks a lot for the reply. I was trying to follow your idea based on this other reply, but still,l I can't succeed. I suppose that I have to try harder to modify in the correct way the Makefile. |
There is no way to link against pre-compiled libraries that are not compiled for wasm. All libraries need to be re-built/re-compiled for wasm in order to use them. |
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant. |
I'm working on porting the library libModsecurity to use it as a Istio extension.
emconfigure
andemmake
tools seems very promising to accomplish this task, however, I'm stuck on header inclusion errors.Action performed are just:
./build.sh
emconfigure ./configure
emmake make
Resulting in this error:
It may be quite similar to this issue, but I don't get:
Thanks for any support in helping me understand what is wrong in my porting phase.
The text was updated successfully, but these errors were encountered: