Skip to content

Commit

Permalink
Fix LLVM official repo link (#1270)
Browse files Browse the repository at this point in the history
In my attempt to link to the official LLVM repo, a mistake was made in
the new URL (I wrongly assumed the old mirror and the official mono-repo
has the same structure). This should fix that mistake.
  • Loading branch information
dduan authored and binji committed Mar 25, 2019
1 parent ff19d7a commit ca92e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TextFormat.md
Expand Up @@ -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/llvm-project/tree/master/test/CodeGen/WebAssembly
[LLVM backend]: https://github.com/llvm/llvm-project/tree/master/llvm/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`.
Expand Down

0 comments on commit ca92e0b

Please sign in to comment.