Wenyong Huang a07d8160f9 Merge pull request #2426 from bytecodealliance/main 2 years ago
..
alios eaedceca2f Add bh_print_proc_mem() to dump memory info of current process (#1734) 3 years ago
android 662e38e9b0 [Partial] Build wasi-libc for Windows (#2338) 2 years ago
common 662e38e9b0 [Partial] Build wasi-libc for Windows (#2338) 2 years ago
darwin 662e38e9b0 [Partial] Build wasi-libc for Windows (#2338) 2 years ago
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2 years ago
esp-idf a07d8160f9 Merge pull request #2426 from bytecodealliance/main 2 years ago
freebsd 662e38e9b0 [Partial] Build wasi-libc for Windows (#2338) 2 years ago
include a07d8160f9 Merge pull request #2426 from bytecodealliance/main 2 years ago
linux 662e38e9b0 [Partial] Build wasi-libc for Windows (#2338) 2 years ago
linux-sgx 662e38e9b0 [Partial] Build wasi-libc for Windows (#2338) 2 years ago
nuttx a07d8160f9 Merge pull request #2426 from bytecodealliance/main 2 years ago
riot eaedceca2f Add bh_print_proc_mem() to dump memory info of current process (#1734) 3 years ago
rt-thread eaedceca2f Add bh_print_proc_mem() to dump memory info of current process (#1734) 3 years ago
vxworks 662e38e9b0 [Partial] Build wasi-libc for Windows (#2338) 2 years ago
windows 5463ea4a20 Temporarily disable code that does not compile on windows (#2386) 2 years ago
zephyr ec5ab8274d Fix zephyr sample build errors (#1757) 3 years ago
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 years ago

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.