Xu Jun 75009a2421 fix sgx compile and link error, preserve space for locals before set/tee opcode (#214) %!s(int64=5) %!d(string=hai) anos
..
alios f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!d(string=hai) anos
android 8ae161b779 fix vprintf in android platform, avoid importing abort in assemblyscript (#210) %!s(int64=5) %!d(string=hai) anos
common b6cae54b54 Add printingAdd print time for wamrc, fix posix mmap bug time for wamrc, fixed a posix mmap bug. (#206) %!s(int64=5) %!d(string=hai) anos
darwin f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!d(string=hai) anos
include f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!d(string=hai) anos
linux f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!d(string=hai) anos
linux-sgx 75009a2421 fix sgx compile and link error, preserve space for locals before set/tee opcode (#214) %!s(int64=5) %!d(string=hai) anos
vxworks f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!d(string=hai) anos
zephyr f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!d(string=hai) anos
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!d(string=hai) anos

README.md

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.