Revert "test"

This reverts commit b4ef7882a8.
This commit is contained in:
Weining Lu
2019-05-16 14:08:49 +08:00
parent 4e24eb5371
commit b285d16648
2 changed files with 369 additions and 6 deletions

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`