blob: 91d93b4a5097a33f06763265888af42acb3f09df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
*.pyc
*~
*.diff
# autogenerated during the build
src/passes/WasmIntrinsics.cpp
# files generated by build-js.sh
WebIDLGrammar.pkl
glue.cpp
glue.js
parser.out
shared.bc
# autogenerated files by check.py
a.*
b.*
c.*
ab.wast
actual.out
example.o
split.wast
trace.cpp
test/wasm-binaries-*.tbz2
test/wasm-torture-s-*.tbz2
test/wasm-install/
test/validator/*.wasm
# files related to building in-tree
CMakeFiles/
CMakeCache.txt
Makefile
cmake_install.cmake
*.ninja
.ninja_deps
.ninja_log
bin/wasm-shell
bin/wasm-opt
bin/asm2wasm
bin/wasm2asm
bin/s2wasm
bin/wasm-as
bin/wasm-dis
lib/
# files related to windows build
.vs/
*.vcxproj*
*.dir/
*.sln
*.sdf
*.VC.opendb
Win32/
# macOS
.DS_Store
|