Skip to content

Exception handle ability for c++ #619

@xingkaiyu

Description

@xingkaiyu

We are using wamr and write the program mainly with c++.
I want do some try catch throw in my program but I found that all the excetion I throw will be catch by wamr. And I only can get "c++ excetion happen" then my app goto fail.
Will you please consider to give the catch ability for wasm app?

And I have anther question. I sometime will get some excetion send by wamr like "out of bound XXX". And it mainly becauce my wasm app code has some error. But I can not find which line cause the problem quickly but only by add log line by line or delete code line by line.
Could you please info me which line cause the problem?

Thanks~

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