diff options
author | Trevor Elliott <awesomelyawesome@gmail.com> | 2024-05-20 10:30:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 17:30:38 +0000 |
commit | 5d64afabbd0da07506f68d6f22b3b358f0ca12b6 (patch) | |
tree | 711f53bbcf495d12924f96f0d8f7c3ba2e91ea46 | |
parent | 921644ca65afbafb84fb82d58dacc4a028e2d720 (diff) | |
download | binaryen-5d64afabbd0da07506f68d6f22b3b358f0ca12b6.tar.gz binaryen-5d64afabbd0da07506f68d6f22b3b358f0ca12b6.tar.bz2 binaryen-5d64afabbd0da07506f68d6f22b3b358f0ca12b6.zip |
Fix an unintentional list item in README.md (#6609)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ This repository contains code that builds the following tools in `bin/` (see the corresponding imports to exports as it does so. Like a bundler for JS, but for wasm. * **`wasm-metadce`**: A tool to remove parts of Wasm files in a flexible way - * that depends on how the module is used. + that depends on how the module is used. * **`binaryen.js`**: A standalone JavaScript library that exposes Binaryen methods for [creating and optimizing Wasm modules](https://github.com/WebAssembly/binaryen/blob/main/test/binaryen.js/hello-world.js). For builds, see [binaryen.js on npm](https://www.npmjs.com/package/binaryen) (or download it directly from [GitHub](https://raw.githubusercontent.com/AssemblyScript/binaryen.js/master/index.js) or [unpkg](https://unpkg.com/binaryen@latest/index.js)). Minimal requirements: Node.js v15.8 or Chrome v75 or Firefox v78. All of the Binaryen tools are deterministic, that is, given the same inputs you should always get the same outputs. (If you see a case that behaves otherwise, please file an issue.) |