J-Heinemann 002f3b7ac4 Missing SGX SDK Include fixed (#275) 5 tahun lalu
..
alios d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 tahun lalu
android e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 tahun lalu
common 752826a667 Implement multi-module feature and bulk-memory feature (#271) 5 tahun lalu
darwin e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 tahun lalu
include d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 tahun lalu
linux e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 tahun lalu
linux-sgx 002f3b7ac4 Missing SGX SDK Include fixed (#275) 5 tahun lalu
vxworks e8e45aeecd Refine aot stack overflow check and enhance wasm loader malformed checks (#248) 5 tahun lalu
zephyr d381b0fdec Implement post-MVP features and native stack overflow check (#243) 5 tahun lalu
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 6 tahun lalu

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.