diff options
author | Colin Eberhardt <colin.eberhardt@gmail.com> | 2018-01-07 19:10:35 +0000 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2018-01-07 11:10:35 -0800 |
commit | d957549afd9c25c4d02ddb582dc838eca16b2732 (patch) | |
tree | a18b7870d8ccbaba8eabdcf935b71ecb191430b8 /README.md | |
parent | ccfa5c5184a617188ea3126fbb467d8b193fe650 (diff) | |
download | wabt-d957549afd9c25c4d02ddb582dc838eca16b2732.tar.gz wabt-d957549afd9c25c4d02ddb582dc838eca16b2732.tar.bz2 wabt-d957549afd9c25c4d02ddb582dc838eca16b2732.zip |
fixed broken links (#707)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |