wasm-micro-runtime/README.md

10 lines
266 B
Markdown
Raw Normal View History

2019-05-16 06:02:05 +00:00
#User Guide
2019-05-08 07:19:46 +00:00
2019-05-16 06:02:05 +00:00
##Introduction
2019-05-08 22:50:05 +00:00
2019-05-16 06:02:05 +00:00
This project aims to demonstrate wasm app management and programming model of WAMR.
2019-05-16 06:02:05 +00:00
##Build all binaries
Execute the build.sh script then all binaries including wasm application files would be generated in 'out' directory.
`./build.sh`