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/product-mini/platforms
Huang Qi e4023c8e02
Implement AOT support for RISCV (#649)
Enable RISCV AOT support, the supported ABIs are LP64 and LP64D for riscv64, ILP32 and ILP32D for riscv32.
For wamrc:
    use --target=riscv64/riscv32 to specify the target arch of output AOT file,
    use --target-abi=lp64d/lp64/ilp32d/ilp32 to specify the target ABI,
    if --target-abi isn't specified, by default lp64d is used for riscv64, and ilp32d is used for riscv32.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Co-authored-by: wenyongh <wenyong.huang@intel.com>
2021-07-22 11:16:47 +08:00
..
alios-things Move application entry APIs out of wasm_runtime_common.c (#639) 2021-05-26 13:22:03 +08:00
android Re-org address unalignment access for fast-interp (#597) 2021-04-01 16:50:46 +08:00
darwin Re-org address unalignment access for fast-interp (#597) 2021-04-01 16:50:46 +08:00
esp-idf Move application entry APIs out of wasm_runtime_common.c (#639) 2021-05-26 13:22:03 +08:00
linux Implement wasm-c-api wasm_config related APIs (#665) 2021-07-15 10:47:40 +08:00
linux-sgx IO: support populate fds into WASM application (#655) 2021-06-22 14:41:49 +08:00
nuttx Implement AOT support for RISCV (#649) 2021-07-22 11:16:47 +08:00
riot add RIOT-OS support to WAMR (#425) 2020-10-16 11:21:53 +08:00
rt-thread 1. fix error while building project with RT-Thread Studio. (#497) 2021-01-14 18:47:52 +08:00
vxworks re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
windows Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 2021-05-11 16:48:49 +08:00
zephyr/simple Fix sample littlevgl/gui build issues on zephyr platform (#588) 2021-03-23 14:20:50 +08:00