From 51c105cbe454fe2fdae83987c07bf97741d84c94 Mon Sep 17 00:00:00 2001 From: titzer Date: Wed, 3 Aug 2016 15:35:40 -0700 Subject: Remove references to wassembler from TextFormat.md (#745) --- TextFormat.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'TextFormat.md') diff --git a/TextFormat.md b/TextFormat.md index 0aacd16..9ea191c 100644 --- a/TextFormat.md +++ b/TextFormat.md @@ -63,13 +63,11 @@ official format may look entirely different: * [sexpr-wasm prototype][] consumes compatible s-expressions, and works closely with the [V8 prototype][]. * [LLVM backend][] (the `CHECK:` parts of these tests) emits compatible s-expressions. * [ilwasm][] emits compatible s-expressions. -* [wassembler][] consumes a different syntax, and works closely with the [V8 prototype][]. * [binaryen][] can consume compatible s-expressions. [prototype specification]: https://github.com/WebAssembly/spec/tree/master/ml-proto/test [LLVM backend]: https://github.com/llvm-mirror/llvm/tree/master/test/CodeGen/WebAssembly [WAVM backend]: https://github.com/AndrewScheidecker/WAVM/tree/master/Test - [wassembler]: https://github.com/ncbray/wassembler/tree/master/demos [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 -- cgit v1.2.3