summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2017-12-12 00:24:25 -0800
committerGitHub <noreply@github.com>2017-12-12 00:24:25 -0800
commitbe94d802c076c08d8f102eb4c6d3376dcc77c232 (patch)
tree4ae50f354ad254ef658fd66a7c512dbd20897849 /README.md
parentaae5a4b74e0544cef627b47004df33c5ae8d6a5d (diff)
downloadwabt-be94d802c076c08d8f102eb4c6d3376dcc77c232.tar.gz
wabt-be94d802c076c08d8f102eb4c6d3376dcc77c232.tar.bz2
wabt-be94d802c076c08d8f102eb4c6d3376dcc77c232.zip
Update demo links in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8ca4b139..b63d47b8 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,9 @@ target; instead they aim for full fidelity and compliance with the spec (e.g.
Wabt has been compiled to JavaScript via emscripten. Some of the functionality is available in the following demos:
-- [index](https://cdn.rawgit.com/WebAssembly/wabt/fb986fbd/demo/index.html)
-- [wat2wasm](https://cdn.rawgit.com/WebAssembly/wabt/fb986fbd/demo/wat2wasm/)
-- [wasm2wat](https://cdn.rawgit.com/WebAssembly/wabt/fb986fbd/demo/wasm2wat/)
+- [index](https://cdn.rawgit.com/WebAssembly/wabt/aae5a4b7/demo/index.html)
+- [wat2wasm](https://cdn.rawgit.com/WebAssembly/wabt/aae5a4b7/demo/wat2wasm/)
+- [wasm2wat](https://cdn.rawgit.com/WebAssembly/wabt/aae5a4b7/demo/wasm2wat/)
## Cloning
@@ -155,7 +155,7 @@ You can use `-h` to get additional help:
$ out/wat2wasm -h
```
-Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/fb986fbd/demo/wat2wasm/).
+Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/aae5a4b7/demo/wat2wasm/).
## Running wasm2wat
@@ -175,7 +175,7 @@ You can use `-h` to get additional help:
$ out/wasm2wat -h
```
-Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/fb986fbd/demo/wasm2wat/).
+Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/aae5a4b7/demo/wasm2wat/).
## Running wasm-interp