This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/README.md

10 lines
266 B
Markdown
Raw Normal View History

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