Update README

This commit is contained in:
Weining Lu
2019-05-20 14:26:28 +08:00
parent ab17c8e06d
commit e411963a86
2 changed files with 51 additions and 43 deletions

View File

@ -1,6 +1,6 @@
Introduction
==============
This project builds out both host tools running on the host side, an application running on the device side. The device application consists of iwasm, application library, application manager, timers and sensors support. The device runs on Linux OS and interacts with host tools.
This project builds out both host tools running on the host side, and an application running on the device side. The device application consists of iwasm, application library, application manager, timers and sensors support. The device runs on Linux OS and interacts with host tools.
It demonstrates an end to end scenario, the wasm applications life cycle management and communication programming models.