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.
cosmwasm-core
1 parent a0546a9 commit 7e0d83bCopy full SHA for 7e0d83b
packages/core/.cargo/config
@@ -0,0 +1,4 @@
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"
0 commit comments