·multiversx-wasm-debug
</>

multiversx-wasm-debug

multiversx/mx-ai-skills

コンパイルされた WASM バイナリを分析して、サイズの最適化、パニック分析、DWARF シンボルを使用したデバッグを行います。コントラクトのデプロイメントの問題のトラブルシューティング、バイナリ サイズの最適化、または実行時エラーのデバッグ時に使用します。

13インストール·0トレンド·@multiversx

インストール

$npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-wasm-debug

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 |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-wasm-debug
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

multiversx-wasm-debug とは?

コンパイルされた WASM バイナリを分析して、サイズの最適化、パニック分析、DWARF シンボルを使用したデバッグを行います。コントラクトのデプロイメントの問題のトラブルシューティング、バイナリ サイズの最適化、または実行時エラーのデバッグ時に使用します。 ソース: multiversx/mx-ai-skills。

multiversx-wasm-debug のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-wasm-debug インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/multiversx/mx-ai-skills