We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f6b8c commit df00fb7Copy full SHA for df00fb7
contracts/nested-contracts/.cargo/config.toml
@@ -1,5 +1,6 @@
1
[alias]
2
wasm = "build --release --lib --target wasm32-unknown-unknown"
3
+wasm-debug = "build --lib --target wasm32-unknown-unknown"
4
unit-test = "test --lib"
5
schema = "run --bin schema"
6
integration-test = "test --lib integration_tests"
0 commit comments