From 40abe8ae66e874f48f45f6d5b0f0d93592fb57b6 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 11 May 2016 14:34:07 -0700 Subject: [PATCH] Spell out the expected plans for a WebAssembly spec. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5e9bd306c..b656a9363e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,13 @@ # spec -This repository holds the official specifications and reference implementations -for WebAssembly. +This repository holds a prototypical reference implementation for WebAssembly, +which is currently serving as the official specification. Eventually, we expect +to produce a specification either written in human-readable prose or in a formal +specification language. + +It also holds the WebAssembly testsuite, which tests numerous aspects of +conformance to the spec. At this time, the contents of this repository are under development and known to be "incomplet and inkorrect".