Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/reference/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down