summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorColin Eberhardt <colin.eberhardt@gmail.com>2018-01-07 19:10:35 +0000
committerBen Smith <binjimin@gmail.com>2018-01-07 11:10:35 -0800
commitd957549afd9c25c4d02ddb582dc838eca16b2732 (patch)
treea18b7870d8ccbaba8eabdcf935b71ecb191430b8 /README.md
parentccfa5c5184a617188ea3126fbb467d8b193fe650 (diff)
downloadwabt-d957549afd9c25c4d02ddb582dc838eca16b2732.tar.gz
wabt-d957549afd9c25c4d02ddb582dc838eca16b2732.tar.bz2
wabt-d957549afd9c25c4d02ddb582dc838eca16b2732.zip
fixed broken links (#707)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b63d47b8..da85e01c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly, including:
- - **wat2wasm**: translate from [WebAssembly text format](http://webassembly.github.io/spec/text/index.html) to the [WebAssembly binary format](http://webassembly.github.io/spec/binary/index.html)
+ - **wat2wasm**: translate from [WebAssembly text format](https://webassembly.github.io/spec/core/text/index.html) to the [WebAssembly binary format](https://webassembly.github.io/spec/core/binary/index.html)
- **wasm2wat**: the inverse of wat2wasm, translate from the binary format back to the text format (also known as a .wat)
- **wasm-objdump**: print information about a wasm binary. Similiar to objdump.
- **wasm-interp**: decode and run a WebAssembly binary file using a stack-based interpreter