Files
wamr/core/shared/platform
Wenyong Huang 0e17ab2f75 Merge pull request #1392 from bytecodealliance/main
Merge main into dev/socket
2022-08-20 12:31:10 +08:00
..

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.