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 
