wenyongh a0bb761beb Update API comments, refine footprint of wasm loader (#256) 5 anos atrás
..
alios d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 anos atrás
android e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 anos atrás
common a0bb761beb Update API comments, refine footprint of wasm loader (#256) 5 anos atrás
darwin e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 anos atrás
include d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 anos atrás
linux e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 anos atrás
linux-sgx d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 anos atrás
vxworks e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 anos atrás
zephyr d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 anos atrás
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 anos atrás

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.