wasm-micro-runtime/core
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
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Add callback to handle memory.grow failures (#2522) 2023-09-05 16:41:52 +08:00
shared Implement os_usleep for posix (#2517) 2023-09-01 12:10:54 +08:00
config.h wasi-nn: Improve TPU support (#2447) 2023-08-14 20:03:56 +08:00
version.h Update version number and release notes (#2378) 2023-08-22 08:55:36 +08:00