summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2017-10-15 11:27:56 -0700
committerGitHub <noreply@github.com>2017-10-15 11:27:56 -0700
commit240cd232ab6afc6732cfc79eedcedfe669f14501 (patch)
tree62b2e016abf5b78d63d45e461b78b31a335df88a /README.md
parentfb986fbd03e31591fffec804575868e36fc39410 (diff)
downloadwabt-240cd232ab6afc6732cfc79eedcedfe669f14501.tar.gz
wabt-240cd232ab6afc6732cfc79eedcedfe669f14501.tar.bz2
wabt-240cd232ab6afc6732cfc79eedcedfe669f14501.zip
Update README.md to point to new demo
Looks like some of the links were out of sync too.
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 d6e18205..8ca4b139 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/7e56ca56/demo/index.html)
-- [wat2wasm](https://cdn.rawgit.com/WebAssembly/wabt/7e56ca56/demo/wast2wasm/)
-- [wasm2wat](https://cdn.rawgit.com/WebAssembly/wabt/7e56ca56/demo/wasm2wast/)
+- [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/)
## 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/013802ca01035365e2459c70f0508481393ac075/demo/wast2wasm/).
+Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/fb986fbd/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/013802ca01035365e2459c70f0508481393ac075/demo/wasm2wast/).
+Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/fb986fbd/demo/wasm2wat/).
## Running wasm-interp