Enable wasmtime caching for PVF (companion for #8057) (#2387)

* Wasm caching

* Fix compilation errors

* Rename `cache_path` to `cache_base_path`

* "Update Substrate"

* Fix check-web-wasm build

Co-authored-by: parity-processbot <>
This commit is contained in:
Sergei Shulepov
2021-02-09 19:18:54 +01:00
committed by GitHub
parent 7343c974a2
commit fab68efac5
7 changed files with 421 additions and 317 deletions
+3
View File
@@ -60,6 +60,9 @@ pub enum Subcommand {
#[allow(missing_docs)]
#[derive(Debug, StructOpt)]
pub struct ValidationWorkerCommand {
/// The path that the executor can use for it's caching purposes.
pub cache_base_path: Option<std::path::PathBuf>,
#[allow(missing_docs)]
pub mem_id: String,
}