From da0c8f6df91a6a3d2a054816c816a7542db4a2e0 Mon Sep 17 00:00:00 2001 From: Weining Lu Date: Thu, 16 May 2019 14:28:19 +0800 Subject: [PATCH] a1 --- core/README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/core/README.md b/core/README.md index 3f40d311..07c5d14a 100644 --- a/core/README.md +++ b/core/README.md @@ -1,14 +1,14 @@ -#User Guide - -##Introduction - +Introduction +============== This project aims to demonstrate wasm app management and programming model of WAMR. -##Build all binaries +Build all binaries +============== Execute the build.sh script then all binaries including wasm application files would be generated in 'out' directory. `./build.sh` -###Out directory structure +Out directory structure +------------------------------
 out/
 ├── host_tool
@@ -47,7 +47,8 @@ out/
     + timer.wasm
     This application shows the timer programming model. It creates a periodic timer that prints the current expiry number in every second.
 
-##Run
+Run
+==========================
 - Enter the out directory
   `cd ./out/`
 
@@ -85,9 +86,10 @@ out/
 
   >Note: You have to manually kill the simple process by Ctrl+C after use.
 
-###Output example
+Output example
+---------------------------------
 
-####Output of simple
+**Output of simple**
 ```
 $ ./simple -s
 App Manager started.
@@ -246,7 +248,7 @@ connection lost, and waiting for client to reconnect...
 
 ```
 
-####Output of host_tool
+**Output of host_tool**
 ```
 $ ./host_tool -q