wasm-micro-runtime/README.md

10 lines
266 B
Markdown
Raw Normal View History

#User Guide
2019-05-08 07:19:46 +00:00
##Introduction
2019-05-08 22:50:05 +00:00
This project aims to demonstrate wasm app management and programming model of WAMR.
2019-05-16 06:03:21 +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`