mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-08 16:05:07 +00:00
752826a667
Refine wasm loader and aot loader Fix potential issue of os_mmap/os_munmap Update document |
||
---|---|---|
.. | ||
bi-inc | ||
attr_container.c | ||
native_interface.cmake | ||
native_interface.h | ||
README.md | ||
restful_utils.c |
Notes:
This folder is for the source files shared by both WASM APP and native runtime
- The c files in this directory are compiled into both the WASM APP and runtime.
- The header files for distributing to SDK are placed in the "bi-inc" folder.