rust-runner experimental

This commit is contained in:
NikVolf
2017-05-10 16:19:31 +03:00
parent 9fba4561e5
commit db28fe95b6
5 changed files with 122 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "rust-runner"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
[dependencies]
parity-wasm = { git="https://github.com/nikvolf/parity-wasm" }
wasm-utils = { path = "../" }