Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tools.md #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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