wasm-micro-runtime/core/shared/platform
2020-06-15 19:04:04 +08:00
..
alios Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00
android Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 2020-05-08 12:38:59 +08:00
common Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00
darwin Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 2020-05-08 12:38:59 +08:00
include Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00
linux Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 2020-05-08 12:38:59 +08:00
linux-sgx Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00
vxworks Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 2020-05-08 12:38:59 +08:00
zephyr Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +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.