sp-sandbox: move the sandbox module of sp-core into sp-sandbox (#11027)

* sp-sandbox: move the sandbox module of sp-core into sp-sandbox

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Fix

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Fix

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2022-04-26 17:25:41 +08:00
committed by GitHub
parent 94dac682b4
commit e9b69bc1b0
17 changed files with 198 additions and 177 deletions
+3 -3
View File
@@ -8618,8 +8618,8 @@ dependencies = [
"environmental",
"parity-scale-codec",
"sc-allocator",
"sp-core",
"sp-maybe-compressed-blob",
"sp-sandbox",
"sp-serializer",
"sp-wasm-interface",
"thiserror",
@@ -8637,8 +8637,8 @@ dependencies = [
"sc-allocator",
"sc-executor-common",
"scoped-tls",
"sp-core",
"sp-runtime-interface",
"sp-sandbox",
"sp-wasm-interface",
"wasmi",
]
@@ -8655,9 +8655,9 @@ dependencies = [
"sc-allocator",
"sc-executor-common",
"sc-runtime-test",
"sp-core",
"sp-io",
"sp-runtime-interface",
"sp-sandbox",
"sp-wasm-interface",
"wasmtime",
"wat",