Skip to content

Add: WebAssembly (Wasm) Binary Inspector & WAT Decoder Studio - #831

Merged
praveenscience merged 2 commits into
praveenscience:mainfrom
Akshatshukla-25:add/wasm-inspector-studio
Aug 1, 2026
Merged

Add: WebAssembly (Wasm) Binary Inspector & WAT Decoder Studio#831
praveenscience merged 2 commits into
praveenscience:mainfrom
Akshatshukla-25:add/wasm-inspector-studio

Conversation

@Akshatshukla-25

Copy link
Copy Markdown
Contributor

What does this PR do?

Closes #830

Adds WebAssembly (Wasm) Binary Inspector & WAT Decoder Studio (tools/wasm-inspector-studio.html) under the Developer Utilities category. The tool provides a client-side Wasm disassembler and binary inspector to parse .wasm module sections, decode WebAssembly Text Format (WAT) instructions, inspect hexadecimal byte ranges, and execute exported functions live in the browser.

Type of Change

  • New tool
  • Enhancement to existing tool
  • Bug fix
  • Documentation update
  • Build system / infrastructure

Screenshot

WebAssembly (Wasm) Binary Inspector & WAT Decoder Studio Screenshot

Checklist

  • I have read the Contributing Guide
  • My branch follows the naming convention (add/tool-name, feat/description, or fix/description)
  • I have tested my changes locally in at least one modern browser

For new tools:

  • The tool is a single self-contained .html file in the tools/ folder
  • The filename is kebab-case (wasm-inspector-studio.html)
  • I added an entry to data/tools.json with all required fields
  • I added a screenshot as tools/wasm-inspector-studio.png next to the HTML file
  • No JS frameworks or heavy UI libraries
  • I ran node scripts/sort-norm.js data/tools.json to sort and normalize the tools registry
  • I ran node scripts/build.js and verified the landing page renders correctly

@praveenscience

Copy link
Copy Markdown
Owner

Wow, that was a quick fix.

@praveenscience
praveenscience merged commit ce6dd11 into praveenscience:main Aug 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Idea: WebAssembly (Wasm) Binary Inspector & WAT Decoder Studio — bytecode & section disassembler

2 participants