move memory_data out from MemoryInstance, add call stack (#408)

This commit is contained in:
Xu Jun
2020-09-28 18:38:15 +08:00
committed by GitHub
parent 0bf7f7310b
commit c13746c22c
6 changed files with 91 additions and 37 deletions

View File

@ -48,6 +48,8 @@ cmake -DWAMR_BUILD_PLATFORM=linux -DWAMR_BUILD_TARGET=ARM
- **WAMR_BUILD_CUSTOM_NAME_SECTION**=1/0, load the function name from custom name section, default to disable if not set
> Note: if it is enabled, the call stack will be dumped when exception occurs.
#### **Enable Multi-Module feature**
- **WAMR_BUILD_MULTI_MODULE**=1/0, default to disable if not set