diff options
| author | Alon Zakai <alonzakai@gmail.com> | 2015-11-10 09:42:12 -0800 |
|---|---|---|
| committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-12 13:53:10 -0800 |
| commit | 07fde4b9a397963002b6a09d160532f2ec4dcd2e (patch) | |
| tree | c6378817c095922216e5a0a19cb512a8ff2442c1 /TextFormat.md | |
| parent | 6e886877664d0034048fcac2dcb88e18b768fdcf (diff) | |
| download | nanowasm-design-07fde4b9a397963002b6a09d160532f2ec4dcd2e.tar.gz | |
add binaryen to list of s-expression compatible implementations
Diffstat (limited to 'TextFormat.md')
| -rw-r--r-- | TextFormat.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
