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
dongsheng28849455 e517dbc7b2
XIP adaptation for xtensa platform (#1636)
Add macro WASM_ENABLE_WORD_ALING_READ to enable reading
1/2/4 and n bytes data from vram buffer, which requires 4-byte addr
alignment reading.

Eliminate XIP AOT relocations related to the below ones:
   i32_div_u, f32_min, f32_max, f32_ceil, f32_floor, f32_trunc, f32_rint
2022-10-31 17:25:24 +08:00
..
aot XIP adaptation for xtensa platform (#1636) 2022-10-31 17:25:24 +08:00
common XIP adaptation for xtensa platform (#1636) 2022-10-31 17:25:24 +08:00
compilation XIP adaptation for xtensa platform (#1636) 2022-10-31 17:25:24 +08:00
fast-jit Implement Fast JIT dump call stack and perf profiling (#1633) 2022-10-27 09:28:32 +08:00
include Add mutex initializer for wasm-c-api engine operations (#1656) 2022-10-31 11:48:07 +08:00
interpreter Fix a bug of the return value of memory_instantiate (#1616) 2022-10-19 07:23:03 +08:00
libraries Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +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