Skip to content

Commit d4bea8d

Browse files
committed
chore: cleanup temp files and fix minor compiler issues
- Remove 172 .bak backup files from codebase - Delete temp .wat, .log, .txt files from root - Update .gitignore to prevent temp files - Fix ImportDesc pattern matching for no_std compatibility - Add missing Vec and Box imports in decoder modules
1 parent 4109355 commit d4bea8d

13 files changed

+13
-765
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,10 @@ docs_output/
4747
.cursor/
4848
.cursorignore
4949
*.rlib
50+
51+
# Temporary test files
52+
*.log
53+
/test_*.wat
54+
/simple.wat
55+
/minimal.wat
56+
/file_ops_component.wat

0 commit comments

Comments
 (0)