diff options
author | Ben Smith <binjimin@gmail.com> | 2018-10-11 20:04:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 20:04:13 -0700 |
commit | 2cf0904a8b0c8fac067a10838121f8e0e35359de (patch) | |
tree | 0f7497b62e52fc95af5b7f4aee802f3374399567 /README.md | |
parent | 795d1292377b7e5de8dabeefaa11edfaf6bd97af (diff) | |
download | wabt-2cf0904a8b0c8fac067a10838121f8e0e35359de.tar.gz wabt-2cf0904a8b0c8fac067a10838121f8e0e35359de.tar.bz2 wabt-2cf0904a8b0c8fac067a10838121f8e0e35359de.zip |
Use gh-pages instead of rawgit for demo (#925)
Fixes #924.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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/e0719fe0/demo/index.html) -- [wat2wasm](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/wat2wasm/) -- [wasm2wat](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/wasm2wat/) +- [index](https://webassembly.github.io/wabt/demo/) +- [wat2wasm](https://webassembly.github.io/wabt/demo/wat2wasm/) +- [wasm2wat](https://webassembly.github.io/wabt/demo/wasm2wat/) ## Cloning @@ -155,7 +155,7 @@ You can use `--help` to get additional help: $ out/wat2wasm --help ``` -Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/wat2wasm/). +Or try the [online demo](https://webassembly.github.io/wabt/demo/wat2wasm/). ## Running wasm2wat @@ -175,7 +175,7 @@ You can use `--help` to get additional help: $ out/wasm2wat --help ``` -Or try the [online demo](https://cdn.rawgit.com/WebAssembly/wabt/e0719fe0/demo/wasm2wat/). +Or try the [online demo](https://webassembly.github.io/wabt/demo/wasm2wat/). ## Running wasm-interp |