Skip to content

Commit

Permalink
Remove unused wabt files
Browse files Browse the repository at this point in the history
Signed-off-by: HyukWoo Park <[email protected]>
  • Loading branch information
clover2123 authored and ksh8281 committed Sep 13, 2023
1 parent af827e0 commit 2a2586e
Show file tree
Hide file tree
Showing 77 changed files with 14 additions and 33,359 deletions.
31 changes: 14 additions & 17 deletions third_party/wabt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,39 +175,36 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${WABT_SOURCE_DIR}/cmake)
add_custom_target(everything)

set(WABT_LIBRARY_SRC
src/binary.cc
src/binary-reader.cc
src/binary-reader-logging.cc
src/binary-reader.cc
src/binary.cc
src/binding-hash.cc
src/common.cc
src/config.h.in
src/config.cc
src/error-formatter.cc
src/config.cc # for window build
src/expr-visitor.cc
src/feature.cc
src/leb128.cc
src/opcode.cc
src/opcode-code-table.c
src/opcode.cc
src/option-parser.cc
src/stream.cc
src/utf8.cc
src/validator.cc
src/shared-validator.cc
src/stream.cc
src/type-checker.cc

src/utf8.cc

src/walrus/binary-reader-walrus.cc

# files for testing
src/wast-lexer.cc
src/wast-parser.cc
src/binary-reader-ir.cc
src/binary-writer.cc
src/ir.cc
src/lexer-source.cc
src/literal.cc
src/token.cc
src/resolve-names.cc
src/binary-reader-ir.cc
src/lexer-source.cc
src/lexer-source-line-finder.cc
src/binary-writer.cc
src/token.cc

src/wast-lexer.cc
src/wast-parser.cc
)

if (COMPILER_IS_MSVC)
Expand Down
45 changes: 0 additions & 45 deletions third_party/wabt/include/wabt/apply-names.h

This file was deleted.

98 changes: 0 additions & 98 deletions third_party/wabt/include/wabt/binary-reader-objdump.h

This file was deleted.

96 changes: 0 additions & 96 deletions third_party/wabt/include/wabt/binary-reader-opcnt.h

This file was deleted.

60 changes: 0 additions & 60 deletions third_party/wabt/include/wabt/binary-writer-spec.h

This file was deleted.

39 changes: 0 additions & 39 deletions third_party/wabt/include/wabt/c-writer.h

This file was deleted.

Loading

0 comments on commit 2a2586e

Please sign in to comment.