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/shared/platform
Xu Jun 5e196253f6
Fix function type not set issue of aot_call_indirect (#229)
Add registration of libc-wasi to 'wasi_snapshot_preview1' to support cargo-wasi
change zephyr build method from cmake to west
fix problem when preserve space for local vars
fix wasi authority problem
2020-04-07 11:04:46 +08:00
..
alios re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
android fix vprintf in android platform, avoid importing abort in assemblyscript (#210) 2020-03-23 22:30:28 +08:00
common Add printingAdd print time for wamrc, fix posix mmap bug time for wamrc, fixed a posix mmap bug. (#206) 2020-03-20 16:06:40 +08:00
darwin re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
include re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
linux re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
linux-sgx fix sgx compile and link error, preserve space for locals before set/tee opcode (#214) 2020-03-27 09:28:30 +08:00
vxworks re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
zephyr Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00
README.md re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00

This folder contains the platform abstract layer for multiple platforms. To support a new platform, you can simply create a new folder here and implement all the APIs defined in include folder.

Refer to port_wamr.md for how to port WAMR to a target platform.