wasm-micro-runtime/core/iwasm
Dongsheng.Yan 25c78af6b3 update following the reivew comments
1, WAMR_BUILD_MEM_ALLOC_WITH_USAGE -> WAMR_BUILD_ALLOC_WITH_USAGE
2, redefine the malloc, free, realloc signature.
3, let customer handle full_size_mmaped also in its realloc.
4, update the doc
2024-04-18 11:13:43 +08:00
..
aot Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
common update following the reivew comments 2024-04-18 11:13:43 +08:00
compilation Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
include update following the reivew comments 2024-04-18 11:13:43 +08:00
interpreter Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
libraries thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00