diff options
author | Ben Smith <binji@chromium.org> | 2016-05-16 14:33:20 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-05-16 14:33:20 -0700 |
commit | 6f6c784e4026c19d1bef49f75ccafa1e114414cb (patch) | |
tree | f1a5196f5dd1913c4d10292e1844912f285b88d9 /README.md | |
parent | 2bb13aa785be9908b95d0e2e09950b39a26004fa (diff) | |
download | wabt-6f6c784e4026c19d1bef49f75ccafa1e114414cb.tar.gz wabt-6f6c784e4026c19d1bef49f75ccafa1e114414cb.tar.bz2 wabt-6f6c784e4026c19d1bef49f75ccafa1e114414cb.zip |
update the JavaScript demo link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ You can use `-h` to get additional help: $ out/sexpr-wasm -h ``` -Or try the [online demo](https://cdn.rawgit.com/WebAssembly/sexpr-wasm-prototype/decc58fed3b2de7e952a143b87ccf7e0b38da36c/demo/index.html). +Or try the [online demo](https://cdn.rawgit.com/WebAssembly/sexpr-wasm-prototype/2bb13aa785be9908b95d0e2e09950b39a26004fa/demo/index.html). ## Running wasm-wast |