diff options
author | Ben Smith <binjimin@gmail.com> | 2016-04-18 01:54:36 -0700 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2016-04-18 01:54:36 -0700 |
commit | ff4c333f1659f2b35a1176350d72e2b8e8850424 (patch) | |
tree | dc7b2f8c731a627168d6fbbe78ed58599f41a82a /README.md | |
parent | 306c3c68044004962315e90e0bd8bf803f0487db (diff) | |
download | wabt-ff4c333f1659f2b35a1176350d72e2b8e8850424.tar.gz wabt-ff4c333f1659f2b35a1176350d72e2b8e8850424.tar.bz2 wabt-ff4c333f1659f2b35a1176350d72e2b8e8850424.zip |
link in README.md to online demo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -121,6 +121,8 @@ 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/306c3c68044004962315e90e0bd8bf803f0487db/demo/index.html). + ## Running wasm-wast Some examples: |