diff options
author | JF Bastien <github@jfbastien.com> | 2017-04-12 23:24:01 -0700 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2017-04-12 23:24:01 -0700 |
commit | 15c898a5bd3e257e72e4f5b4fdc831c82bf20e83 (patch) | |
tree | 6facdcc2f95cf75e5807ab3ecf1a3c792ab91372 /README.md | |
parent | 7af18252ff077e0384751066e7eaec67c936d1b8 (diff) | |
download | wabt-15c898a5bd3e257e72e4f5b4fdc831c82bf20e83.tar.gz wabt-15c898a5bd3e257e72e4f5b4fdc831c82bf20e83.tar.bz2 wabt-15c898a5bd3e257e72e4f5b4fdc831c82bf20e83.zip |
Is English no good (#398)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # WABT: The WebAssembly Binary Toolkit -WABT (we pronounce it "wabbit") is suite of tools for WebAssembly, including: +WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly, including: - **wast2wasm**: translate from [s-expressions](https://github.com/WebAssembly/spec) to the WebAssembly [binary-encoding](https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md) - **wasm2wast**: the inverse of wast2wasm, translate from the binary encoding back to an s-expression source file (also known as a .wast) |