Skip to content

Commit

Permalink
remove submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Apr 7, 2024
1 parent 26609e4 commit 8c47da2
Show file tree
Hide file tree
Showing 17 changed files with 1,725 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/wasmtesting/contracts
Submodule contracts deleted from 27ff87
8 changes: 8 additions & 0 deletions app/wasmtesting/contracts/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[alias]
wasm = "build --release --target wasm32-unknown-unknown"
wasm-debug = "build --target wasm32-unknown-unknown"
unit-test = "test --lib"
schema = "run --example schema"

[build]
rustflags = ["-C", "link-args=-s"]
13 changes: 13 additions & 0 deletions app/wasmtesting/contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# macOS
.DS_Store

# Text file backups
**/*.rs.bk

# Build results
target/

# IDEs
.vscode/
.idea/
*.iml
Loading

0 comments on commit 8c47da2

Please sign in to comment.