Skip to content

Commit 261cc15

Browse files
committed
📦 Fix build
1 parent 08d9503 commit 261cc15

File tree

9 files changed

+734
-117
lines changed

9 files changed

+734
-117
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ typings/
3838
lib/*.js
3939
test/*.js
4040
*.map
41+
42+
WABT
43+
core/
44+
45+
dist/
46+
47+
.idea

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "WABT"]
22
path = WABT
3-
url = git@github.com:TOPLLab/wabt.git
3+
url = git@github.com:TOPLLab/wabt.git

0 commit comments

Comments
 (0)