Skip to content

[WASM Exception]: Stacktrace of thrown exceptions in release build #18533

@ravisumit33

Description

@ravisumit33

With javascript exceptions, we used to override __cxa_throw to log the callstack of thrown exception in production (release build). We are moving to wasm exceptions now and are wondering how can we achieve the same with this. I tried exporting __cxa_throw in emitted js and override it as we did before but that is not getting called now with wasm exceptions.

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