Skip to content

Fix exception handling (throw) in xeus-cpp-lite. #222

Closed
@anutosh491

Description

@anutosh491

I would expect this to work with what is there as of now but I see the following doesn't work

image

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.

  1. The linking step through clang-repl is successful here and hence a shared wasm module has been created.

  2. But the dlopen step to load it on top of the main module is not working as expected. Hence the trace

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions