From e4c6b53d508eeb745f1b3d357bf36c2710477b9f Mon Sep 17 00:00:00 2001 From: wenyongh Date: Mon, 20 May 2019 14:37:55 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1961f14a..5e67272b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Current Features of WAMR Architecture ========================= -The application manager component handles the packets that the platform receives from external sources through any communication buses such as a socket, serial port or SPI. A packet type can be either a request, response or an event. The application manager will serve the requests with URI "/applet" and call the runtime glue layer interfaces for installing/uninstalling the application. For other URI's, it will filter the resource registration table and route the request to the internal queue of the responsible application. +The application manager component handles the packets that the platform receives from external sources through any communication buses such as a socket, serial port or SPI. A packet type can be either a request, a response or an event. The application manager will serve the requests with URI "/applet" and call the runtime glue layer interfaces for installing/uninstalling the application. For other URI's, it will filter the resource registration table and route the request to the internal queue of the responsible application. - The WebAssembly runtime provides the execution environment for WASM applications.