[package] authors = ["chevdor "] edition = "2018" homepage = "https://github.com/chevdor/subwasm" keywords = ["wasm", "substrate", "runtime", "polkadot", "kusama"] name = "wasm-testbed" readme = "README.md" repository = "https://github.com/chevdor/subwasm" version = "0.13.1" description = "provides a minimum context for a Substrate Runtime WASM to be loaded and executed" license = "MIT" [dependencies] codec = {package = "parity-scale-codec", version = "2.2"} frame-metadata = {version = "14.0.0-rc.1", features = ["v12", "v13", "v14", "std"]} hex = "0.4" sc-executor = "0.9" sp-core = "3.0" sp-io = "3.0" sp-runtime = "3.0" sp-state-machine = "0.9" sp-wasm-interface = "3.0" substrate-runtime-proposal-hash = { version = "0.13.0", path = "../substrate-runtime-proposal-hash"} wasm-loader = {version = "0.13.0", path = "../wasm-loader"}