This commit is contained in:
Weining Lu 2019-05-16 14:00:20 +08:00
parent 174890d014
commit 3eb75eb465

9
core/README.md Normal file
View File

@ -0,0 +1,9 @@
#User Guide
##Introduction
This project aims to demonstrate wasm app management and programming model of WAMR.
##Build all binaries
Execute the build.sh script then all binaries including wasm application files would be generated in 'out' directory.
`./build.sh`