Wenyong Huang daeb7a4265 Don't suppress prev signal handler in hw bound check (#1268) 3 vuotta sitten
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
android 308d31c621 Upgrade uvwasi to 1.42.0 and fix Android link issues (#938) 4 vuotta sitten
common daeb7a4265 Don't suppress prev signal handler in hw bound check (#1268) 3 vuotta sitten
darwin ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 vuotta sitten
esp-idf 7636d86a76 Refactor Orc JIT to enable lazy compilation (#974) 4 vuotta sitten
include 5b1dcf2fa2 Implement Go language binding (#1196) 3 vuotta sitten
linux ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 vuotta sitten
linux-sgx 37cc6eac3b Implement SGX getrandom/getentropy without ocall (#1176) 3 vuotta sitten
nuttx bc6eda2803 Set nuttx isatty definition according to CONFIG_SERIAL_TERMIOS (#1234) 3 vuotta sitten
riot a22a5da40d Correct RIOT os_mmap size type to size_t (#1002) 4 vuotta sitten
rt-thread 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
vxworks 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
windows 5b1dcf2fa2 Implement Go language binding (#1196) 3 vuotta sitten
zephyr 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 6 vuotta sitten

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.