aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-09-21 15:49:54 -0700
committerJF Bastien <github@jfbastien.com>2015-09-21 15:49:54 -0700
commitf1de8db290813d7e3f1bc000f85388d563c0dab0 (patch)
treec78bd33b6069d45a67e56273384d69e7aab03384 /TextFormat.md
parentb8b39799663ab2ad91847022248a6650c42b8c4a (diff)
downloadnanowasm-design-f1de8db290813d7e3f1bc000f85388d563c0dab0.tar.gz
Some prototypes
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 86a2641..f16db3b 100644
--- a/TextFormat.md
+++ b/TextFormat.md
@@ -48,6 +48,8 @@ and don't have much of a syntax to speak of (avoiding syntax bikeshed discussion
[s-expressions]: https://en.wikipedia.org/wiki/S-expression
+Here are some of these prototypes. Keep in mind that these *aren't* official:
+
* [Prototype specification][] consumes an s-expression syntax.
* [WAVM backend][] consumes compatible s-expressions.
* [sexpr-wasm prototype][] consumes compatible s-expressions, and works closely with the [V8 prototype][].