binaryen — WebAssembly toolchain. Includes wasm-opt for optimizing WASM binaries, wasm-dis/wasm-as for debugging. Essential for WASM development.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-c3f2b1e9)More formats (shields.io, HTML) on the badges page.
---
name: binaryen
description: binaryen — WebAssembly toolchain. Includes wasm-opt for optimizing WASM binaries, wasm-dis/wasm-as for debugging. Essential for WASM development.
---
# binaryen
binaryen — WebAssembly toolchain. Includes wasm-opt for optimizing WASM binaries, wasm-dis/wasm-as for debugging. Essential for WASM development.
## Install
```bash
curl -LO https://github.com/WebAssembly/binaryen/releases/download/version_129/binaryen-version_129-x86_64-linux.tar.gz && tar xzf binaryen-version_129-x86_64-linux.tar.gz && sudo cp binaryen-version_129/bin/wasm-opt /usr/local/bin/ && rm -rf binaryen-version_129*
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!