J-Heinemann 002f3b7ac4 Missing SGX SDK Include fixed (#275) 5 лет назад
..
alios d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 лет назад
android e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 лет назад
common 752826a667 Implement multi-module feature and bulk-memory feature (#271) 5 лет назад
darwin e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 лет назад
include d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 лет назад
linux e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 лет назад
linux-sgx 002f3b7ac4 Missing SGX SDK Include fixed (#275) 5 лет назад
vxworks e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 лет назад
zephyr d381b0fdec Implement post-MVP features and native stack overflow check (#243) 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.