diff options
| author | Daniel Duan <daniel@duan.ca> | 2019-03-25 10:17:25 -0700 |
|---|---|---|
| committer | Ben Smith <binjimin@gmail.com> | 2019-03-25 10:17:25 -0700 |
| commit | ca92e0be52fcf25cc9a1426f28f0a83f981f146e (patch) | |
| tree | 0c0a9dd8abe9f19607e167c9eaa1e6e7dae5aa90 /TextFormat.md | |
| parent | ff19d7a5b4d4a6898925b8a701af72b826a2bb5a (diff) | |
| download | nanowasm-design-ca92e0be52fcf25cc9a1426f28f0a83f981f146e.tar.gz | |
Fix LLVM official repo link (#1270)
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.
Diffstat (limited to 'TextFormat.md')
| -rw-r--r-- | TextFormat.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TextFormat.md b/TextFormat.md index 176b4e4..c737df4 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/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`. |
