diff options
| author | titzer <titzer@google.com> | 2016-08-03 15:35:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-03 15:35:40 -0700 |
| commit | 51c105cbe454fe2fdae83987c07bf97741d84c94 (patch) | |
| tree | 9581568848905073cbfd937c72522c2fd07c7b44 /TextFormat.md | |
| parent | 31aa5250eb5241f5b664b6bbb61cf9b84d072796 (diff) | |
| download | nanowasm-design-51c105cbe454fe2fdae83987c07bf97741d84c94.tar.gz | |
Remove references to wassembler from TextFormat.md (#745)
Diffstat (limited to 'TextFormat.md')
| -rw-r--r-- | TextFormat.md | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
