From b9c9caf15d4e6b8efc90a027461080a32247e64b Mon Sep 17 00:00:00 2001 From: Mec-iS Date: Tue, 18 Sep 2018 17:57:37 +0100 Subject: [PATCH] Improve project's heading in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95061d7..daecc33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Common WebAssembly API -The Common WebAssembly API is a minimal specification of the standard API for non-Web WebAssembly usermode environments. +## The project + +Common WebAssembly API (CWA) is a minimal specification of a standard API to implement [non-Web WebAssembly](https://webassembly.org/docs/non-web/) in virtualized environments. + +## Objectives + +TODO: add how the project's objectives are inspired by WA official doc about "non-Web" WebAssembly ecosystem (with quotations) ## Structure