Files
wamr/core/iwasm/aot
Enrico Loparco 709127d631 Add callback to handle memory.grow failures (#2522)
When embedding WAMR, this PR allows to register a callback that is
invoked when memory.grow fails.

In case of memory allocation failures, some languages allow to handle
the error (e.g. by checking the return code of malloc/calloc in C), some
others (e.g. Rust) just panic.
2023-09-05 16:41:52 +08:00
..
2022-09-16 18:54:04 +08:00
2022-12-13 10:48:51 +08:00
2023-06-05 09:17:39 +08:00