JetBrains Releases Hexana 0.4, a WASM Analysis MCP for Claude
·2026.07.09 16:15
Key point
JetBrains has released Hexana MCP 0.4, which helps Claude Code directly read WebAssembly binaries to grasp accurate information.
Details
Hexana, developed by JetBrains, is an MCP (Model Context Protocol) server that provides Ground Truth based on actual bytes, instead of relying on source code guesses, when LLM agents analyze WebAssembly (WASM) binaries.
The key updates in the Hexana 0.4.0 release are as follows:
- Built an MCPB packaging pipeline: Introduced a build pipeline for platform-specific
.mcpbbundles (including native runtime, tool metadata, and validation). - Improved deployment convenience: Added
releases.jsonto the release feed, allowing wrapper tools to find the latest version without hardcoding. - Enhanced CLI functionality: The
--allowed-rootargument can now be used repeatedly, improving directory selection functionality.
Using this plugin, you can perform the following tasks within Claude Code:
- Summarize WASM modules (section structure, import/export counts, format metadata)
- List functions by name or index
- Map stack frames and function identification for crash analysis
- Inspect memory contracts, globals, and data segments
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.