wasm-micro-runtime/core/iwasm
Javan 788e14ed6c
Enable emitting custom name section to aot file (#794)
Enable emitting custom name section to aot file when adding
`--enable-dump-call-stack` or `--enable-dump-call-stack` to
wamrc and there is custom name section in wasm file, which
can be generated by wasi-sdk/emcc "-g" option. So aot runtime
can also get the function name from the custom name section
instead of export section,  to which developer should use
`--export-all` for wasi-sdk/emcc to generate export function
names.
2021-10-26 16:32:52 +08:00
..
aot Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
common Fix app heap corrupted unchecked issue (#788) 2021-10-15 20:56:41 +08:00
compilation Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
include Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
interpreter Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
libraries Fix app heap corrupted unchecked issue (#788) 2021-10-15 20:56:41 +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