From 45fee0d23206fb4dab0b54f135e6dde0f9039bae Mon Sep 17 00:00:00 2001 From: Sven Kanoldt Date: Tue, 24 Sep 2024 17:06:18 +0200 Subject: [PATCH] Update tools.md add the `wasm-tools` crate and binary to the list --- src/reference/tools.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/reference/tools.md b/src/reference/tools.md index 6e9c334f..c7c8e212 100644 --- a/src/reference/tools.md +++ b/src/reference/tools.md @@ -13,6 +13,11 @@ the Web or with Node.js. `wasm-pack` helps you build and publish Rust-generated WebAssembly to the npm registry to be used alongside any other JavaScript package in workflows that you already use. +### `wasm-tools` | [repository](https://github.com/bytecodealliance/wasm-tools) + +`wasm-tools` CLI and Rust libraries for low-level manipulation of WebAssembly modules. +The full list of sub-commands available with an explaination of their purpose can be found [in the docs](https://crates.io/crates/wasm-tools#tools-included) + ## Optimizing and Manipulating `.wasm` Binaries ### `wasm-opt` | [repository](https://github.com/WebAssembly/binaryen)