multiversx-wasm-debug
✓Analyze compiled WASM binaries for size optimization, panic analysis, and debugging with DWARF symbols. Use when troubleshooting contract deployment issues, optimizing binary size, or debugging runtime errors.
Installation
SKILL.md
Analyze compiled output.wasm files for size optimization, panic investigation, and source-level debugging. This skill helps troubleshoot deployment issues and runtime errors.
| Panic messages | High | Use scpanic! or strip in release | | Format strings | High | Avoid format!, use static strings | | JSON serialization | Very High | Use binary encoding | | Large static arrays | High | Generate at runtime or store off-chain | | Unused dependencies | Variable | Audit Cargo.toml | | Debug symbols | High | Build in release mode |
| unreachable | Panic without message | Check unwrap(), expect() | | out of gas | Computation limit hit | Check loops, storage access | | memory access | Buffer overflow | Check array indexing | | integer overflow | Math operation | Check arithmetic |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-wasm-debug- Source
- multiversx/mx-ai-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is multiversx-wasm-debug?
Analyze compiled WASM binaries for size optimization, panic analysis, and debugging with DWARF symbols. Use when troubleshooting contract deployment issues, optimizing binary size, or debugging runtime errors. Source: multiversx/mx-ai-skills.
How do I install multiversx-wasm-debug?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-wasm-debug Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/multiversx/mx-ai-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01