Skip to content

Commit 1fd2324

Browse files
committed
Add forcely wasm file
1 parent d23611a commit 1fd2324

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.dockerignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
doc
2-
**target*
2+
target/
3+
demo/wasm-utils/target/
4+
runtime/wasm/target/*
5+
!runtime/wasm/target/wasm32-unknown-unknown/release/*.compact.wasm
36
.idea/
47
Dockerfile
5-
.dockerignore
6-
!runtime/wasm/target/wasm32-unknown-unknown/release/*.compact.wasm
8+
.dockerignore

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
**/target/
4-
!runtime/wasm/target/wasm32-unknown-unknown/release/*.compact.wasm
54

65
# These are backup files generated by rustfmt
76
**/*.rs.bk
Binary file not shown.

0 commit comments

Comments
 (0)