diff options
author | Ben Smith <binjimin@gmail.com> | 2017-04-25 22:23:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 22:23:00 -0700 |
commit | 5a0feb1d21a9448b53ad31440af666f13705858d (patch) | |
tree | a265007548615adffb6a60d0e740a14fc38ee9e7 /README.md | |
parent | ab4290e57d39ef079e82377d91bd27dcde4d73ae (diff) | |
download | wabt-5a0feb1d21a9448b53ad31440af666f13705858d.tar.gz wabt-5a0feb1d21a9448b53ad31440af666f13705858d.tar.bz2 wabt-5a0feb1d21a9448b53ad31440af666f13705858d.zip |
Update the online demo link in README.md (#409)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ You can use `-h` to get additional help: $ out/wast2wasm -h ``` -Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/e528a622caa77702209bf0c3654ca78456c41a52/demo/index.html). +Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/ab4290e57d39ef079e82377d91bd27dcde4d73ae/demo/index.html). ## Running wasm2wast |