From 050ecd5b329560d3a617917b90a6d166041d31d7 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Tue, 27 Sep 2016 13:53:06 -0700 Subject: Rename sexpr-wasm-prototype to wabt. (#808) --- TextFormat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TextFormat.md') 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 -- cgit v1.2.3