aboutsummaryrefslogtreecommitdiff
path: root/TextFormat.md
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2016-09-27 13:53:06 -0700
committerJF Bastien <github@jfbastien.com>2016-09-27 13:53:06 -0700
commit050ecd5b329560d3a617917b90a6d166041d31d7 (patch)
tree7afbcb32dc799e74341ec24176659692e2889381 /TextFormat.md
parent42bfb0cb643dc497a5dc74cf6b76a61e65981ba3 (diff)
downloadnanowasm-design-050ecd5b329560d3a617917b90a6d166041d31d7.tar.gz
Rename sexpr-wasm-prototype to wabt. (#808)
Diffstat (limited to 'TextFormat.md')
-rw-r--r--TextFormat.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TextFormat.md b/TextFormat.md
index 9ea191c..2318a61 100644
--- a/TextFormat.md
+++ b/TextFormat.md
@@ -60,7 +60,7 @@ official format may look entirely different:
* [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][].
+* [wabt][] consumes compatible s-expressions.
* [LLVM backend][] (the `CHECK:` parts of these tests) emits compatible s-expressions.
* [ilwasm][] emits compatible s-expressions.
* [binaryen][] can consume compatible s-expressions.
@@ -70,7 +70,7 @@ official format may look entirely different:
[WAVM backend]: https://github.com/AndrewScheidecker/WAVM/tree/master/Test
[V8 prototype]: https://github.com/WebAssembly/v8-native-prototype
[ilwasm]: https://github.com/WebAssembly/ilwasm
- [sexpr-wasm prototype]: https://github.com/WebAssembly/sexpr-wasm-prototype
+ [wabt]: https://github.com/WebAssembly/wabt
[binaryen]: https://github.com/WebAssembly/binaryen
# Debug symbol integration