wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 68d72c300f
Fix a wrong alignment assumption when emitting aot file (#792)
The size used to apply "size = align_uint(size, 4)" may be different
when calculating total size (in get_object_data_sections_size) and
emitting actual data (in aot_emit_object_data_section_info) for the
object data section.

This patch fixes the "Error: emit object data section info failed".
2021-10-19 17:11:24 +08:00
..
aot Add __umodsi3 to target symbol map in aot_reloc_arm.c (#793) 2021-10-19 17:04:09 +08:00
common Fix app heap corrupted unchecked issue (#788) 2021-10-15 20:56:41 +08:00
compilation Fix a wrong alignment assumption when emitting aot file (#792) 2021-10-19 17:11:24 +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 Fix app heap corrupted unchecked issue (#788) 2021-10-15 20:56:41 +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