diff options
| author | Alon Zakai <alonzakai@gmail.com> | 2015-11-13 11:42:44 -0800 |
|---|---|---|
| committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-13 11:42:44 -0800 |
| commit | ec06eeb0db1ce12dc05475eb8123281e55a8c879 (patch) | |
| tree | 40d3942998e5d23ce3eca6e85826bd803d6e07d3 /TextFormat.md | |
| parent | ce4dd7ea362e570ae07597f000fca9ea760233a0 (diff) | |
| parent | 07fde4b9a397963002b6a09d160532f2ec4dcd2e (diff) | |
| download | nanowasm-design-ec06eeb0db1ce12dc05475eb8123281e55a8c879.tar.gz | |
Merge pull request #460 from WebAssembly/add-wasm-emscripten
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 |
