Stream: general

Topic: WAMR-EXCEPTIONS


view this post on Zulip Borja Tellado (Mar 31 2025 at 10:43):

Borja Tellado

11:38

When working with WAMR and exceptions, is there any way to configure a callback (native function) to be triggered by WAMR whenever an exception in the WAMR domain occurs? I found wasm_runtime_set_enlarge_mem_error_callback, so I am looking for something similar but for any type of exception. Any tip? Thanks


Last updated: Apr 08 2025 at 03:15 UTC