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
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
..
app-framework Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
app-mgr Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm Fix a wrong alignment assumption when emitting aot file (#792) 2021-10-19 17:11:24 +08:00
shared Fix app heap corrupted unchecked issue (#788) 2021-10-15 20:56:41 +08:00
config.h Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00