Xu Jun 75009a2421 fix sgx compile and link error, preserve space for locals before set/tee opcode (#214) пре 5 година
..
alios f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 5 година
android 8ae161b779 fix vprintf in android platform, avoid importing abort in assemblyscript (#210) пре 5 година
common b6cae54b54 Add printingAdd print time for wamrc, fix posix mmap bug time for wamrc, fixed a posix mmap bug. (#206) пре 5 година
darwin f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 5 година
include f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 5 година
linux f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 5 година
linux-sgx 75009a2421 fix sgx compile and link error, preserve space for locals before set/tee opcode (#214) пре 5 година
vxworks f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 5 година
zephyr f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 5 година
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 5 година

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.