Skip to content

Readable Wasm Exceptions #829

@andreaTP

Description

@andreaTP

Currently, when we hit an unreachable opcode we simply blow up the Machine.

The call stack contains information about the function names, but they are obscure for the user that needs to do the mapping functionIdx -> function name in the custom section.

This can be automated using the StackWalking API, that can kick in only when unreachable is reached.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions