Add WASM parser and Vue dissector UI.

Ship a working HexPigeon: typed binary parsing in Rust/WASM, a three-pane frontend, and unit tests covering the field types.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-03 16:26:52 +00:00
co-authored by Cursor
parent f4b19e87b1
commit 71974f5107
35 changed files with 4719 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
target/
frontend/node_modules/
frontend/dist/
frontend/src/wasm/
.cursor/
.DS_Store
*.local