Skip to content

Commit

Permalink
Add ahub exclude list
Browse files Browse the repository at this point in the history
Signed-off-by: HyukWoo Park <[email protected]>
  • Loading branch information
clover2123 committed Oct 31, 2023
1 parent dc9dbbe commit a92ca49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ahub/sam/exclude.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Exclude external third-party libraries
/walrus/third_party/wabt/include/wabt/wast-parser.h
/walrus/third_party/wabt/src/binary-reader.cc

# Exclude parser/interpreter codes which have intensive control statements and similar patterns essentially used for compilation and execution
/walrus/src/parser/WASMParser.cpp
/walrus/src/runtime/Module.h

0 comments on commit a92ca49

Please sign in to comment.