From a57c9427dd70ad1d1d87dd2252b902e60de45abe Mon Sep 17 00:00:00 2001 From: Frederic ST Date: Fri, 10 May 2019 14:05:31 +0200 Subject: [PATCH] Fix typo on README.md (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f538436..645977de 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The application manager component handles the packets that the platform recieved The WebAssembly runtime is the execution environment for WASM applications. -The messaging layer can suppor the API for WASM applications communicate to each other and also the host environment. +The messaging layer can support the API for WASM applications communicate to each other and also the host environment. When Ahead of Time compilation is enabled, the WASM application can be either bytecode or compiled native binary.