This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
Huang Qi c8fe1004aa
Don't throw exception while module_malloc failed (#860)
Don't throw exception when module_malloc memory failed:
- Exception will terminate the wasm app, it's not necessary since app can
  check the result of dynamic allocation and do some cleanup or fallback
  operation on failure instead of 'crash' directly.
- In acquire_wait_info, call hasn_map_find only when the address isn't NULL,
  or there are many senseless error logs
2021-12-03 17:00:18 +08:00
..
aot Don't throw exception while module_malloc failed (#860) 2021-12-03 17:00:18 +08:00
common Don't throw exception while module_malloc failed (#860) 2021-12-03 17:00:18 +08:00
compilation Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841) 2021-11-30 17:10:14 +08:00
include Enable LLVM link time optimization (LTO) for AOT (#831) 2021-11-13 16:59:35 +08:00
interpreter Don't throw exception while module_malloc failed (#860) 2021-12-03 17:00:18 +08:00
libraries fix duplicated debug instance id in multiple native thread issue (#847) 2021-11-25 12:15:37 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00