WAMR - Exceptions callback to Native #4181
Unanswered
borjatelladotecnalia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Working in an embedded device with WAMR and AOT builds, I would be interested in WAMR engine callbacks to native side whenever an exception happens (divided by zero, pointer to null,etc..) so I can stop the WAMR binary module. Would it be possible? Alternatively it would be valid too, if the module execution stop.
Is any of the alternatives possible? So far I am only aware of continuous polling the WAMR engine to verify if any exception has been triggered.
KR
Borja
Beta Was this translation helpful? Give feedback.
All reactions