diff options
| author | Daniel Duan <daniel@duan.ca> | 2019-03-18 10:27:43 -0700 |
|---|---|---|
| committer | Ben Smith <binjimin@gmail.com> | 2019-03-18 10:27:43 -0700 |
| commit | ff19d7a5b4d4a6898925b8a701af72b826a2bb5a (patch) | |
| tree | 8b7c608de965e4da505980f720bbdc2412442c7e | |
| parent | 89114760b703bc6520fb2b913b0f25a9f7aac32d (diff) | |
Link to official LLVM repo instead (#1269)
LLVM has an official repository on Github now. Link to it instead of the mirror
repo.
| -rw-r--r-- | TextFormat.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TextFormat.md b/TextFormat.md index f7ba67d..176b4e4 100644 --- a/TextFormat.md +++ b/TextFormat.md @@ -30,7 +30,7 @@ The following tools currently understand this format: [specification interpreter]: https://github.com/WebAssembly/spec/tree/master/interpreter/ [wabt]: https://github.com/WebAssembly/wabt [binaryen]: https://github.com/WebAssembly/binaryen - [LLVM backend]: https://github.com/llvm-mirror/llvm/tree/master/test/CodeGen/WebAssembly + [LLVM backend]: https://github.com/llvm/llvm-project/tree/master/test/CodeGen/WebAssembly [WAVM backend]: https://github.com/AndrewScheidecker/WAVM/tree/master/Test The recommended file extension for WebAssembly code in textual format is `.wat`. |
