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

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.