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 would expect this to work with what is there as of now but I see the following doesn't work
So out of all the steps (code -> PTU -> LLVM IR -> wasm object -> wasm binary -> loaded on top of main module using dlopen) we need to think which one is going wrong.
The linking step through clang-repl is successful here and hence a shared wasm module has been created.
But the dlopen step to load it on top of the main module is not working as expected. Hence the trace