Skip to content

feat: try catch throw exception handling #76

Description

@kbuffardi

try, throw, and catch need extra runtime machinery to create exception objects, unwind the stack, run destructors during unwinding, and transfer control to a matching handler. The bundled WebAssembly C++ runtime does not include that machinery, which is why symbols such as __cxa_throw are missing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions