This commit is contained in:
NikVolf
2017-04-12 13:58:22 +03:00
commit 08ac853719
4 changed files with 83 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
# "Compile rust source and put it as a tested contract"
mkdir -p out
rustc $1 -o out/contract.js -O --target wasm32-unknown-emscripten