From 07fde4b9a397963002b6a09d160532f2ec4dcd2e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 10 Nov 2015 09:42:12 -0800 Subject: add binaryen to list of s-expression compatible implementations --- TextFormat.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TextFormat.md') diff --git a/TextFormat.md b/TextFormat.md index ab1b54a..c63ad84 100644 --- a/TextFormat.md +++ b/TextFormat.md @@ -57,6 +57,7 @@ official format may look entirely different: * [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 @@ -65,6 +66,7 @@ official format may look entirely different: [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 + [binaryen]: https://github.com/WebAssembly/binaryen # Debug symbol integration -- cgit v1.2.3