You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using libiwasm to develop an application embeddubg wasm things
and I found that recent releases build libiwasm with hidden symbols,
so it is not possible to use the library.
I can remove 'fvisibility=hidden' from CMekLists.txt, but I expect some
official way to build libiwasm without patching sources.
Thus the question is: am I missing somehting or
it is a purely internal things and I should not be using it ? (this would be pity)
The text was updated successfully, but these errors were encountered:
Hello and thank you for your effort!
I'm using libiwasm to develop an application embeddubg wasm things
and I found that recent releases build libiwasm with hidden symbols,
so it is not possible to use the library.
I can remove 'fvisibility=hidden' from CMekLists.txt, but I expect some
official way to build libiwasm without patching sources.
Thus the question is: am I missing somehting or
it is a purely internal things and I should not be using it ? (this would be pity)
The text was updated successfully, but these errors were encountered: