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
Xu Jun 471cac4719
Enable dump call stack to a buffer (#1244)
Enable dump call stack to a buffer, use API
`wasm_runtime_get_call_stack_buf_size` to get the required buffer size
and use API
`wasm_runtime_dump_call_stack_to_buf` to dump call stack to a buffer
2022-06-25 21:38:43 +08:00
..
aot Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
common Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
compilation Support integrate 3rd-party toolchains into wamrc (#1237) 2022-06-20 13:13:41 +08:00
include Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
interpreter Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
libraries Fix some issues reported by klocwork (#1233) 2022-06-16 19:50:47 +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