mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-12 01:45:10 +00:00
![]() Motivation: we found some issues during enable the WAMR on arm devices, such as relocation issues, stack alignment issues. Proposed change: We optimized the relocation process for arm platform, for relocation jump table, the SP should be aligned to 16 bytes. And we also make "getentropy" worked for other non-supported platform. |
||
---|---|---|
.. | ||
aot_reloc_aarch64.c | ||
aot_reloc_arm.c | ||
aot_reloc_mips.c | ||
aot_reloc_thumb.c | ||
aot_reloc_x86_32.c | ||
aot_reloc_x86_64.c | ||
aot_reloc_xtensa.c |