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
Wenyong Huang 56ae28bb32
Implement relocation R_AARCH64_JUMP26 for aarch64 (#873)
Treat R_AARCH64_JUMP26 same as R_AARCH64_CALL26, both of their
relocation operation is S + A - P, the difference is that one is for call
(BL) instructions, the other is for jump (B) instructions.
2021-12-07 10:32:10 +08:00
..
aot Implement relocation R_AARCH64_JUMP26 for aarch64 (#873) 2021-12-07 10:32:10 +08:00
common Enhance XIP and add XIP document (#863) 2021-12-06 17:25:10 +08:00
compilation Implement atomic and memset/memmove/memcpy intrinsic for riscv (#841) 2021-11-30 17:10:14 +08:00
include Enhance XIP and add XIP document (#863) 2021-12-06 17:25:10 +08:00
interpreter [source debug] refine some code in source debugging (#856) 2021-12-06 10:25:38 +08:00
libraries [source debug] refine some code in source debugging (#856) 2021-12-06 10:25:38 +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