aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2019-01-23 15:13:34 -0800
committerGitHub <noreply@github.com>2019-01-23 15:13:34 -0800
commit89114760b703bc6520fb2b913b0f25a9f7aac32d (patch)
tree138a3d3e8586a9545880a7385f3d31462c2e6c65 /TextFormat.md
parent7ac534710eaee39e26ed8e768906dfae2886e989 (diff)
downloadnanowasm-design-89114760b703bc6520fb2b913b0f25a9f7aac32d.tar.gz
Add links redirecting users to the formal spec (#1260)
See issue #1258.
Diffstat (limited to 'TextFormat.md')
-rw-r--r--TextFormat.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TextFormat.md b/TextFormat.md
index ff94d40..f7ba67d 100644
--- a/TextFormat.md
+++ b/TextFormat.md
@@ -1,5 +1,7 @@
# Text Format
+## Note: This document is no longer being updated. Please see the [normative documentation](http://webassembly.github.io/spec/core/text/index.html).
+
WebAssembly will define a standardized text format
that encodes a WebAssembly module with all its contained definitions
in a way that is equivalent to the [binary format](BinaryEncoding.md).