Skip to content

Commit

Permalink
chore:remove wasm file
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin committed Jul 20, 2022
1 parent b6a7d47 commit 3ec28ad
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,3 @@ jobs:
run: |
export PATH=$PATH:/usr/local/tinygo/bin
make test
- name: Example
run: |
export PATH=$PATH:/usr/local/tinygo/bin
cargo run -p ci -- example
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
*.wasm
*.wat
target
./bin/*
.idea
.vscode
./tesx
*.log
/bin
Binary file removed sdk/cases/abort.wasm
Binary file not shown.
Binary file removed sdk/cases/adt.wasm
Binary file not shown.
Binary file removed sdk/cases/debug.wasm
Binary file not shown.
Binary file removed sdk/cases/gas.wasm
Binary file not shown.
Binary file removed sdk/cases/ipld.wasm
Binary file not shown.
Binary file removed sdk/cases/message.wasm
Binary file not shown.
Binary file removed sdk/cases/network.wasm
Binary file not shown.
Binary file removed sdk/cases/rand.wasm
Binary file not shown.
Binary file removed sdk/cases/send.wasm
Binary file not shown.
Binary file removed sdk/cases/sself.wasm
Binary file not shown.

0 comments on commit 3ec28ad

Please sign in to comment.