Companion for #10177 (Make wasm runtime cache size configurable) (#4466)

* bind param runtime_cache_size

* upgrade substrate

* fix tests compilation
This commit is contained in:
Éloïs
2021-12-09 20:42:00 +01:00
committed by GitHub
parent 1e774d0f2e
commit 916497e5db
6 changed files with 169 additions and 163 deletions
+1
View File
@@ -367,6 +367,7 @@ where
config.wasm_method,
config.default_heap_pages,
config.max_runtime_instances,
config.runtime_cache_size,
);
let (client, backend, keystore_container, task_manager) =