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
wenyongh a0bb761beb
Update API comments, refine footprint of wasm loader (#256)
and fix issues of get native stack boundary
2020-05-15 17:44:36 +08:00
..
alios Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
android Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 2020-05-08 12:38:59 +08:00
common Update API comments, refine footprint of wasm loader (#256) 2020-05-15 17:44:36 +08:00
darwin Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 2020-05-08 12:38:59 +08:00
include Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +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 Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
vxworks Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 2020-05-08 12:38:59 +08:00
zephyr Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +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.