wasm-micro-runtime/core/shared/platform
Josh Triplett 548926ab1a Rename "master" branch to "main"
Update all links accordingly. Also update links to other repositories
whose branches have renamed.

The references to repositories whose branches have not renamed should be
referencing specific commits anyway, so reference those specific commits
by hash.
2020-06-27 02:39:47 -07: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 Rename "master" branch to "main" 2020-06-27 02:39:47 -07: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.